Skip to content

Commit

Permalink
Merge pull request #1787 from actonlang/release-v0.22.0
Browse files Browse the repository at this point in the history
Release v0.22.0
  • Loading branch information
plajjan authored Apr 14, 2024
2 parents c2faa8c + e5084b3 commit f73b9f9
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 f73b9f9

Please sign in to comment.