Skip to content

Commit

Permalink
Merge pull request #1380 from actonlang/release-v0.15.3
Browse files Browse the repository at this point in the history
Release v0.15.3
  • Loading branch information
plajjan authored Jun 27, 2023
2 parents 40de21d + 6b69bd2 commit 58c12ae
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 @@ -2,6 +2,9 @@

## Unreleased


## [0.15.3] (2023-06-27)

### Added
- `actonc --cache CACHEDIR` can be used to specify the build cache directory

Expand All @@ -13,6 +16,12 @@
- bump Zig version [#1374]
- avoids "File not Found" error
- text color in SVG in docs now follow font color [#1365]
- fix hooking of thread creation to inject signal handler wrapper for stop the
world [#812]
- corrected arguments passed to `on_error` callback of `net.DNS` related lookup
functions [#812]
- .act file specified 2 arguments to the `on_error` callback while the .ext.c
file only sent a single argument

### Testing / CI
- cross-compilation is now tested in CI in all jobs for these targets:
Expand Down
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.15.2
VERSION=0.15.3

0 comments on commit 58c12ae

Please sign in to comment.