Skip to content

Commit

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

- Partial support for auto-incrementing the port if already in use (#250)
- Fix `staticcheck` problems and integrate into CI (#263)
- Add support for Go 1.19 (#262)
- `bud tool ...` now support `-C` chdir support (#255)
- Auto infer module when `bud create` outside $GOPATH (#242) (thanks @012e!)
- Add console.error, console.warn, setTimeout, setInterval, clearTimeout and clearInterval to V8 (#233)

## v0.2.3

- Fix regression in v0.2.2 where embedded files aren't available in the runtime package (#226)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.2.4

0 comments on commit 8087b28

Please sign in to comment.