Skip to content

Commit

Permalink
chore(master): release 0.6.0 (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 23, 2024
1 parent 00c1275 commit 6705dd1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.5"
".": "0.6.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.6.0](https://github.com/leg100/pug/compare/v0.5.5...v0.6.0) (2024-12-23)


### ⚠ BREAKING CHANGES

* trigger new minor release

### Features

* don't redirect short tasks ([1925a2d](https://github.com/leg100/pug/commit/1925a2db28024048f0791e5746e05ee5edace3a2))
* make common actions avail in all panes ([953cbae](https://github.com/leg100/pug/commit/953cbae12779ce87118c85d2f8de53c80e3533ab))
* re-introduce history for top right pane ([41a5ce2](https://github.com/leg100/pug/commit/41a5ce24faac4b5ccdea3713fe6b83dc0b6ad143))
* tree UI ([#137](https://github.com/leg100/pug/issues/137)) ([4a10ce8](https://github.com/leg100/pug/commit/4a10ce83a8511d8766bf8d61f0ffb62c08557ab7))
* trigger new minor release ([3433260](https://github.com/leg100/pug/commit/3433260ec8275f36bf692657bcfd03d9438ed5ae))
* use checkmark to denote current workspace ([2e6cf4c](https://github.com/leg100/pug/commit/2e6cf4ca9d215e7654708cc9faf105da9f616bbb))


### Miscellaneous

* bump go and deps ([79a0ec4](https://github.com/leg100/pug/commit/79a0ec43099a5bbae4c739ffbb0ffa536c7b0b97))
* clean up active pane mgmt ([134e53e](https://github.com/leg100/pug/commit/134e53ee5d2c54131730bbb9f32fa93b8735f94c))
* document nerdfonts ([00c1275](https://github.com/leg100/pug/commit/00c12758b7d35089dee90611e6d743a187e42d7d))
* improve module color on light bg ([41dca83](https://github.com/leg100/pug/commit/41dca83c141a483f020acf5096bf11a2b7056005))
* update demo and docs ([0e3e9fa](https://github.com/leg100/pug/commit/0e3e9fa50421eb431de49d943e3f1c5d6283ba5d))

## [0.5.5](https://github.com/leg100/pug/compare/v0.5.4...v0.5.5) (2024-10-07)


Expand Down

0 comments on commit 6705dd1

Please sign in to comment.