Skip to content

TinyCBOR release 7.0

Latest

Choose a tag to compare

@thiagomacieira thiagomacieira released this 18 Feb 17:45
· 3 commits to main since this release

Release 7.0 is a feature release of TinyCBOR.

Starting in this release, we change the numbering scheme and drop the leading "0.", declaring that this is not beta code (hasn't been for ages).

This release removes the old, hand-written Makefiles for the library and qmake for the examples and tests. TinyCBOR now adopts CMake as the sole build system. Thanks go to @sdebionne in #242.

Building the unit tests now requires Qt 6. Support for testing using Qt 5 has been dropped.

Library changes

Buildsystem changes

Other changes

New Contributors

Full Changelog: v0.6.1...v7