Fix: Bump version (0.2.0)

This commit is contained in:
Alex Kotov 2022-01-24 00:04:21 +05:00
parent 94e2028bc8
commit 08ecd140fb
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 31 additions and 0 deletions

0
NEWS
View File

1
NEWS Symbolic link
View File

@ -0,0 +1 @@
NEWS.md

30
NEWS.md Normal file
View File

@ -0,0 +1,30 @@
Releases
========
0.2.0 (2022-01-22)
------------------
### Breaking changes
* `./configure` - removed options to disable panic calls and returns in
`<kernaux/assert.h>`.
* `<kernaux/assert.h> - removed preprocessor directives that can disable panic
calls and returns.
### New stable APIs
* `<kernaux/cmdline.h>` - simple command line parser.
### Other changes
* Now `./configure` options also follow semantic versioning.
* Bug fixes in `<kernaux/printf.h>`.
0.1.0 (2022-01-20)
------------------
Initial release.