Skip to content

Commit

Permalink
Release v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Jan 28, 2023
1 parent b318043 commit 2f77a7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.7
0.2.8

0 comments on commit 2f77a7e

Please sign in to comment.