Skip to content

Commit f44d8ec

Browse files
Release v0.2.1
1 parent 99d2b77 commit f44d8ec

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Get the latest release of Bud by running the following in your terminal:
66
curl -sf https://raw.githubusercontent.com/livebud/bud/main/install.sh | sh
77
```
88

9+
## v0.2.1
10+
11+
- Fix typo in scaffolding .gitignore (#189)
12+
- Fix minor spelling in transform error output (#190) thanks to @jfmario
13+
- Add `Hoist` option to dependency injection framework so dependents of external parameters can still be eligible for hoisting (#192)
14+
915
## v0.2.0
1016

1117
- Improve support for injecting request-specific dependencies (#181)

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

0 commit comments

Comments
 (0)