Skip to content

Releases: kamping-site/kassert

v1.0.0

19 Aug 12:56
a01c484

Choose a tag to compare

This is a major release, since KAssert now can be properly vendored together with user's libraries without interfering with other usages of KAssert. During build, the user has full control over the macro names, namespaces, target names and in which subdirectory headers are located.

For existing users, nothing changes, but if your library depends on KAssert, consider vendoring it, to allow users of your library to use KAssert with different assertions levels as well.

What's Changed

Full Changelog: v0.2.2...v1.0.0

v0.2.2

18 Feb 20:59
27e05a6

Choose a tag to compare

What's Changed

  • Bump version to 0.2.2. by @niklas-uhl in #65
    • we missed bumping the version in CMakeLists.txt in the previous release, so this new version just fixes this

Full Changelog: v0.2.1...v0.2.2

v0.2.1

14 Feb 14:21
87cc6e1

Choose a tag to compare

This release includes no functional changes to kassert, but improves the installation process to enable easier packaging.

  • Documentation can now be installed and requires only Doxygen 1.9.
  • The tests can also be built with a system provided googletest installation.

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 Feb 21:41
5749d10

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

18 Apr 12:05
f0873f8

Choose a tag to compare

Add include guard for kassert target. (#49)