From 5701ce76b9da84db569e7423696c0c920f49623d Mon Sep 17 00:00:00 2001 From: Edoardo Luppi Date: Sun, 7 Apr 2024 17:31:42 +0200 Subject: [PATCH] build: bump version to 0.23.0 --- change-notes/0_23_0.html | 19 +++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 change-notes/0_23_0.html diff --git a/change-notes/0_23_0.html b/change-notes/0_23_0.html new file mode 100644 index 0000000..7fbd5ab --- /dev/null +++ b/change-notes/0_23_0.html @@ -0,0 +1,19 @@ +

0.23.0 (08/04/2024)

+

Thirty-sixth alpha release.

+

This release contains the following enhancements and fixes:

+ +

Contributors:

+ diff --git a/gradle.properties b/gradle.properties index a2c4389..a6c89be 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ pluginUntilBuild = 243.* # Needs a change-notes page with matching version in ./change-notes/ # Optionally, also add a matching What's New page in # com.github.lppedd.cc.whatsnew.InternalWhatsNewProvider.whatsNewPages -version = 0.22.1 +version = 0.23.0 # (Optional) Absolute path to a DCEVM-enabled VM, eg. '.../bin/java.exe' dcevmExecutable =