Release 0.4.32
authorTim-Philipp Müller <tim@centricular.com>
Fri, 11 Sep 2020 09:30:15 +0000 (10:30 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 11 Sep 2020 09:33:15 +0000 (10:33 +0100)
Fixes #31

RELEASE
meson.build

diff --git a/RELEASE b/RELEASE
index b56af35..b412536 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,3 +1,11 @@
+0.4.32
+======
+
+  - Add support for JIT code generation in Universal Windows Platform apps
+    (Nirbheek Chauhan, Seungha Yang)
+  - Minor Meson build system fixes and improvements
+    (Jan Alexander Steffens, Tim-Philipp Müller)
+
 0.4.31
 ======
 
index 700319b..4054c1d 100644 (file)
@@ -1,4 +1,4 @@
-project ('orc', 'c', version : '0.4.31',
+project ('orc', 'c', version : '0.4.32',
                      meson_version : '>= 0.49.0',
                      default_options : ['buildtype=debugoptimized',
                                         'warning_level=1',