Skip to content

Commit

Permalink
version bump, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupitt committed Oct 14, 2023
1 parent 47893b6 commit a467c14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## master

* deprecate `dcm_init()` [bgilbert]

## 1.0.5, 9/10/23

* fix a strict aliasing issue [bgilbert]
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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(
Expand Down

0 comments on commit a467c14

Please sign in to comment.