Skip to content

Commit

Permalink
chore(master): release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 19, 2024
1 parent c21a7d4 commit 9234a2c
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.4.3"
".": "0.5.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.5.0](https://github.com/leg100/pug/compare/v0.4.3...v0.5.0) (2024-08-19)


### ⚠ BREAKING CHANGES

* standardize navigation keys and change untaint key ([#110](https://github.com/leg100/pug/issues/110))

### Features

* always load a default workspace ([#119](https://github.com/leg100/pug/issues/119)) ([c21a7d4](https://github.com/leg100/pug/commit/c21a7d4a2b0a19de0a6e7bebce59ab3f5306b9f9))
* standardize navigation keys and change untaint key ([#110](https://github.com/leg100/pug/issues/110)) ([178bff4](https://github.com/leg100/pug/commit/178bff448000668c2058a990652a257d4020e711))


### Bug Fixes

* don't skip modules with multiple tf files ([2208eff](https://github.com/leg100/pug/commit/2208eff35a5413bec7afab5805959c886d89349d))


### Miscellaneous

* add before-exited callback to task ([7b0f8b5](https://github.com/leg100/pug/commit/7b0f8b5449e23cb1fb7a73704b84b104569f50cf))
* navigation message only needs an ID ([8977e45](https://github.com/leg100/pug/commit/8977e45cd88b15b73f8367bab3132019799a5e11))
* speed up module discovery ([#112](https://github.com/leg100/pug/issues/112)) ([0099c23](https://github.com/leg100/pug/commit/0099c238bf20519b78c241efccde7fdf42b7c776))
* update demo ([fc8572e](https://github.com/leg100/pug/commit/fc8572e044833ce590703d780e2ddb6d527bc461))

## [0.4.3](https://github.com/leg100/pug/compare/v0.4.2...v0.4.3) (2024-07-25)


Expand Down

0 comments on commit 9234a2c

Please sign in to comment.