mirror of
https://github.com/tailix/libkernaux.git
synced 2025-01-27 15:23:57 -05:00
Fix: Bump version (0.2.0)
This commit is contained in:
parent
94e2028bc8
commit
08ecd140fb
2 changed files with 31 additions and 0 deletions
0
NEWS
0
NEWS
1
NEWS
Symbolic link
1
NEWS
Symbolic link
|
@ -0,0 +1 @@
|
|||
NEWS.md
|
30
NEWS.md
Normal file
30
NEWS.md
Normal 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.
|
Loading…
Add table
Reference in a new issue