commit d56a28235a9fa59b81c1426c7b351bd5f4471eba
parent a10c3ec428cf6affec1fdc6fff9c75331a6a7d9a
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Tue, 23 Apr 2024 18:13:00 +0200
Update version and changelog for 1.2.1
Diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.md b/ChangeLog.md
@@ -1,3 +1,9 @@
+# Changes in 1.2.1
+
+## New draft extensions
+
+* [undo.h](include/clap/ext/draft/undo.h): shared undo stack for the host and plugin.
+
# Changes in 1.2.0
## New conventions
diff --git a/include/clap/version.h b/include/clap/version.h
@@ -22,7 +22,7 @@ typedef struct clap_version {
#define CLAP_VERSION_MAJOR 1
#define CLAP_VERSION_MINOR 2
-#define CLAP_VERSION_REVISION 0
+#define CLAP_VERSION_REVISION 1
#define CLAP_VERSION_INIT \
{ (uint32_t)CLAP_VERSION_MAJOR, (uint32_t)CLAP_VERSION_MINOR, (uint32_t)CLAP_VERSION_REVISION }