Skip to content

Commit

Permalink
Merge pull request #1832 from actonlang/release-v0.23.0
Browse files Browse the repository at this point in the history
Release v0.23.0
  • Loading branch information
plajjan authored Aug 13, 2024
2 parents 6767de5 + 1a9e0d5 commit 08b3eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [0.23.0] (2024-08-13)

## Added
- More unboxing of fixed size integers
Expand Down Expand Up @@ -54,7 +54,7 @@
no character 23 and so the length of the slice is 0 which would trigger a
`SIGILL` when compiled in `--dev` mode (which comes with lots of extra
UBsan)
- Fix dict corruption issue #1805
- Fix dict corruption issue when deleting items #1805
- `set.pop()` now does not crash for an empty list (it threw NULL before)
- Fix decoding of buffered test output

Expand Down Expand Up @@ -101,6 +101,7 @@
similar older distros. What a weird way to treat your CI users by GitHub!?
Anyhow, we work around this by explicitly enabling the use of the old Node
again.
- Add caching for test-external-projects of C object files & archives


## [0.22.0] (2024-04-14)
Expand Down
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.22.0
VERSION=0.23.0

0 comments on commit 08b3eb0

Please sign in to comment.