Skip to content

Commit b247aff

Browse files
committed
version bump for v1.2.0
1 parent 95bc8db commit b247aff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

3+
## 1.2.0, 11/01/2025
4+
35
* fix build with uthash \< 2.3.0 [bgilbert]
46
* explicitly fail if macOS universal build is attempted [bgilbert]
57
* better handling of implicit mode in dcm-dump [jcupitt]

meson.build

Lines changed: 1 addition & 1 deletion
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.1.0'
13+
version : '1.2.0'
1414
)
1515
if not meson.is_subproject()
1616
meson.add_dist_script(

0 commit comments

Comments
 (0)