We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95bc8db commit b247affCopy full SHA for b247aff
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## main
2
3
+## 1.2.0, 11/01/2025
4
+
5
* fix build with uthash \< 2.3.0 [bgilbert]
6
* explicitly fail if macOS universal build is attempted [bgilbert]
7
* better handling of implicit mode in dcm-dump [jcupitt]
meson.build
@@ -10,7 +10,7 @@ project(
10
],
11
license : 'MIT',
12
meson_version : '>=0.50',
13
- version : '1.1.0'
+ version : '1.2.0'
14
)
15
if not meson.is_subproject()
16
meson.add_dist_script(
0 commit comments