Skip to content

Commit

Permalink
Update version and changelog for 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Apr 23, 2024
1 parent a10c3ec commit d56a282
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/clap/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit d56a282

Please sign in to comment.