M CHANGELOG => CHANGELOG +5 -0
@@ 10,6 10,11 @@ This project uses the following versioning scheme:
- Minor version is incremented for new features, or major bug fixes
- Major version is incremented on any API change which would break programs
+0.5.1 (2021-09-06)
+------------------
+
+- Fixes a bunch of small issues in the meson.build
+
0.5.0 (2021-09-03)
------------------
- Add optional dependency on libucontext for Alpine Linux
M meson.build => meson.build +1 -1
@@ 1,6 1,6 @@
project(
'sc-lwt', 'c',
- version: '0.5.0',
+ version: '0.5.1',
)
cc = meson.get_compiler('c')