Skip to content

Version 0.2.0 (2022-01-22)

Compare
Choose a tag to compare
@kotovalexarian kotovalexarian released this 23 Jan 00:38
· 531 commits to master since this release
50e35b1

51 files changed, 1647 insertions(+), 501 deletions(-)

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>.