From a467c142ef6886d856c5bb528cfa26acd64ba2e5 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 14 Oct 2023 17:01:55 +0100 Subject: [PATCH] version bump, update changelog --- CHANGELOG.md | 2 ++ meson.build | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 522bb78..8cbf467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## master +* deprecate `dcm_init()` [bgilbert] + ## 1.0.5, 9/10/23 * fix a strict aliasing issue [bgilbert] diff --git a/meson.build b/meson.build index 6e7111e..6268992 100644 --- a/meson.build +++ b/meson.build @@ -10,7 +10,7 @@ project( ], license : 'MIT', meson_version : '>=0.50', - version : '1.0.5' + version : '1.1.0' ) if not meson.is_subproject() meson.add_dist_script( @@ -36,7 +36,7 @@ endif # 2. Backward-compatible ABI change: bump minor, reset patch # 3. Other, eg. bugfix: bump patch abi_version_major = 1 -abi_version_minor = 0 +abi_version_minor = 1 abi_version_patch = 0 abi_version = '@0@.@1@.@2@'.format(