diff --git a/CHANGELOG.md b/CHANGELOG.md index 443309e2fd35f0bf3c6cfc2c32c7a814f69885a1..0b7ac16c4fc67379306822757177a3e7ad6912da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.15] - 22-01-2025 +### Added +- add fuzzer for cmp_tool +### Changed +- error handling is now consistent with the --binary option when model file size does not match original data size + ## [0.14] - 16-01-2025 ### Added - check for model file size mismatch errors diff --git a/meson.build b/meson.build index f91a1b79c444a392bcb75d6ab9c78f08ef3bd1c3..9604d70d3d013797ea62840f169a4f0162b06da2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cmp_tool', 'c', - version : '0.14', + version : '0.15', meson_version : '>= 0.63', license : 'GPL-2.0', default_options : [