From 6f551cdab2197fb116a07b75346fafd5b5a4237f Mon Sep 17 00:00:00 2001 From: Kristian Larsson Date: Fri, 26 Jul 2024 12:05:35 +0200 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee3c3d51..f7d994425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) From 1a9e0d505afe97f0d853b72eb154ca134d3e19d5 Mon Sep 17 00:00:00 2001 From: Kristian Larsson Date: Tue, 13 Aug 2024 12:12:28 +0200 Subject: [PATCH 2/2] Release v0.23.0 --- CHANGELOG.md | 4 ++-- common.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d994425..050cfffc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [0.23.0] (2024-08-13) ## Added - More unboxing of fixed size integers @@ -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 diff --git a/common.mk b/common.mk index a72d0ab6c..bf3a3e96b 100644 --- a/common.mk +++ b/common.mk @@ -1 +1 @@ -VERSION=0.22.0 +VERSION=0.23.0