Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Jul 4, 2022
1 parent 99d2b77 commit f44d8ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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.1

- Fix typo in scaffolding .gitignore (#189)
- Fix minor spelling in transform error output (#190) thanks to @jfmario
- Add `Hoist` option to dependency injection framework so dependents of external parameters can still be eligible for hoisting (#192)

## v0.2.0

- Improve support for injecting request-specific dependencies (#181)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1

0 comments on commit f44d8ec

Please sign in to comment.