Skip to content

Commit a467c14

Browse files
committed
version bump, update changelog
1 parent 47893b6 commit a467c14

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## master
22

3+
* deprecate `dcm_init()` [bgilbert]
4+
35
## 1.0.5, 9/10/23
46

57
* fix a strict aliasing issue [bgilbert]

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project(
1010
],
1111
license : 'MIT',
1212
meson_version : '>=0.50',
13-
version : '1.0.5'
13+
version : '1.1.0'
1414
)
1515
if not meson.is_subproject()
1616
meson.add_dist_script(
@@ -36,7 +36,7 @@ endif
3636
# 2. Backward-compatible ABI change: bump minor, reset patch
3737
# 3. Other, eg. bugfix: bump patch
3838
abi_version_major = 1
39-
abi_version_minor = 0
39+
abi_version_minor = 1
4040
abi_version_patch = 0
4141

4242
abi_version = '@0@.@1@.@2@'.format(

0 commit comments

Comments
 (0)