Skip to content

Commit

Permalink
Release v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plajjan committed Aug 13, 2024
1 parent 6f551cd commit 1a9e0d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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
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 1a9e0d5

Please sign in to comment.