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 adbe9ec commit b611994Copy full SHA for b611994
CHANGELOG.md
@@ -1,9 +1,16 @@
1
## master
2
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
10
- fix MSVC compiler warnings [jcupitt]
11
- only use `__attribute__((constructor))` if supported [bgilbert]
12
-## 1.0.0, 2/9/23
13
+## 1.0.0, 2/10/23
14
15
- first release!
16
meson.build
@@ -8,7 +8,7 @@ project(
],
license : 'MIT',
meson_version : '>=0.50',
- version : '1.0.1'
+ version : '1.0.2'
)
if not meson.is_subproject()
meson.add_dist_script(
0 commit comments