mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
30 lines
549 B
Markdown
30 lines
549 B
Markdown
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 features
|
|
|
|
* `<kernaux/cmdline.h>` is stable now. It's a 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.
|