Skip to content

Commit b611994

Browse files
committed
version bump, update changelog
1 parent adbe9ec commit b611994

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
## master
22

3+
## 1.0.2, 5/10/23
4+
5+
- fix a crash and some error pileups [bgilbert]
6+
- fix some retun values [bgilbert]
7+
8+
## 1.0.1, 3/10/23
9+
310
- fix MSVC compiler warnings [jcupitt]
411
- only use `__attribute__((constructor))` if supported [bgilbert]
512

6-
## 1.0.0, 2/9/23
13+
## 1.0.0, 2/10/23
714

815
- first release!
916

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(
88
],
99
license : 'MIT',
1010
meson_version : '>=0.50',
11-
version : '1.0.1'
11+
version : '1.0.2'
1212
)
1313
if not meson.is_subproject()
1414
meson.add_dist_script(

0 commit comments

Comments
 (0)