From f44d8ecffb78792dbf1938d72a5851ad0e037d51 Mon Sep 17 00:00:00 2001 From: Matthew Mueller Date: Sun, 3 Jul 2022 21:27:04 -0500 Subject: [PATCH] Release v0.2.1 --- Changelog.md | 6 ++++++ version.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 52a3efea..e539f611 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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) diff --git a/version.txt b/version.txt index 341cf11f..7dff5b89 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.2.1 \ No newline at end of file