We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6360278 commit 8ea476cCopy full SHA for 8ea476c
Changelog.md
@@ -6,6 +6,12 @@ Get the latest release of Bud by running the following in your terminal:
6
curl -sf https://raw.githubusercontent.com/livebud/bud/main/install.sh | sh
7
```
8
9
+## v0.2.3
10
+
11
+- Fix regression in v0.2.2 where embedded files aren't available in the runtime package (#226)
12
13
+- Add simple E2E test in the Makefile to avoid issues regressions like this in the future.
14
15
## v0.2.2
16
17
- **BREAKING:** fix numerous protocol bugs between controllers and views (#203)
version.txt
@@ -1 +1 @@
1
-0.2.2
+0.2.3
0 commit comments