We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47893b6 commit a467c14Copy full SHA for a467c14
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## master
2
3
+* deprecate `dcm_init()` [bgilbert]
4
+
5
## 1.0.5, 9/10/23
6
7
* fix a strict aliasing issue [bgilbert]
meson.build
@@ -10,7 +10,7 @@ project(
10
],
11
license : 'MIT',
12
meson_version : '>=0.50',
13
- version : '1.0.5'
+ version : '1.1.0'
14
)
15
if not meson.is_subproject()
16
meson.add_dist_script(
@@ -36,7 +36,7 @@ endif
36
# 2. Backward-compatible ABI change: bump minor, reset patch
37
# 3. Other, eg. bugfix: bump patch
38
abi_version_major = 1
39
-abi_version_minor = 0
+abi_version_minor = 1
40
abi_version_patch = 0
41
42
abi_version = '@0@.@1@.@2@'.format(
0 commit comments