From e5084b30f65d23ef4eb6111eecff38cdaa58cd5a Mon Sep 17 00:00:00 2001 From: Kristian Larsson Date: Sun, 14 Apr 2024 12:43:34 +0200 Subject: [PATCH] Release v0.22.0 --- CHANGELOG.md | 5 ++++- common.mk | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc10af34d..86002d370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! diff --git a/common.mk b/common.mk index c8db9f828..a72d0ab6c 100644 --- a/common.mk +++ b/common.mk @@ -1 +1 @@ -VERSION=0.21.0 +VERSION=0.22.0