From 9b68aaae65397c65eb257af90ca4462709158d78 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 11 Jan 2025 14:55:54 +0000 Subject: [PATCH 1/2] version bump for v1.2.0 (#94) --- CHANGELOG.md | 2 ++ meson.build | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2f9a61..a06d3a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## main +## 1.2.0, 11/01/2025 + * fix build with uthash \< 2.3.0 [bgilbert] * explicitly fail if macOS universal build is attempted [bgilbert] * better handling of implicit mode in dcm-dump [jcupitt] diff --git a/meson.build b/meson.build index f3bf606..1fe63f2 100644 --- a/meson.build +++ b/meson.build @@ -10,7 +10,7 @@ project( ], license : 'MIT', meson_version : '>=0.50', - version : '1.1.0' + version : '1.2.0' ) if not meson.is_subproject() meson.add_dist_script( From 4e976442818f72108bb0eb9ba2346cd1af2ecf78 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 11 Jan 2025 15:02:10 +0000 Subject: [PATCH 2/2] Bump to v1.2.0 (#95) * version bump for v1.2.0 * forgot to bump ABI --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1fe63f2..07fd96f 100644 --- a/meson.build +++ b/meson.build @@ -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 = 1 +abi_version_minor = 2 abi_version_patch = 0 abi_version = '@0@.@1@.@2@'.format(