From fe7677fc6ac404fe30073a9bb8c416c00257a9ce Mon Sep 17 00:00:00 2001 From: Matthew Mueller Date: Tue, 28 Jun 2022 01:31:07 -0500 Subject: [PATCH] Release v0.1.10 --- Changelog.md | 6 ++++++ version.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 1301cdbc..b13723eb 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.1.10 + +- Fix regression when running `bud create` outside of a `$GOPATH` (#167) +- Fix cache clear before code generation to ensure there's no stale generated code. Prior to v0.1.10, we were clearing part of the cache not all of it (#168) +- Allow explicit versions to be installed with `curl` by setting the `VERSION` environment variable (#168) + ## v0.1.9 - Better hot reload DX with `bud run` (#131) thanks to @012e diff --git a/version.txt b/version.txt index 82551adb..345f8cc0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.9 \ No newline at end of file +0.1.10 \ No newline at end of file