Skip to content

Commit

Permalink
Release v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plajjan committed Apr 14, 2024
1 parent c2faa8c commit e5084b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Unreleased
## [0.22.0] (2024-04-14)
Support for Windows and continued improvements for `acton test`! Internally the
biggest change is the removal of link time redirection of malloc, which opens up
for more flexible memory management.

### Added
- Acton programs now run on Windows!
Expand Down
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.21.0
VERSION=0.22.0

0 comments on commit e5084b3

Please sign in to comment.