diff --git a/Changelog.md b/Changelog.md index e9d29ed4..5c246cd6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,13 @@ Get the latest release of Bud by running the following in your terminal: curl -sf https://raw.githubusercontent.com/livebud/bud/main/install.sh | sh ``` +## v0.2.8 + +- Added beta support for `generator/` and `transpiler/` generators. Docs coming in a later release, but you can look at the tests for example usage if you're feeling adventurous. +- Added better support for type aliases to dependency injection. +- Fixed an issue where transition state between changes in the controller would + lead to the generated controller getting removed. + ## v0.2.7 - Fixed a small regression in `bud create` (#360) diff --git a/version.txt b/version.txt index 967b33ff..08456a47 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.7 \ No newline at end of file +0.2.8 \ No newline at end of file