From 4441be86f0d6bc75c911924587ae6bf7fc138edd Mon Sep 17 00:00:00 2001 From: Dominik Loidolt <dominik.loidolt@univie.ac.at> Date: Wed, 22 Jan 2025 12:19:59 +0100 Subject: [PATCH] Update CHANGELOG and bump version to 0.15 --- CHANGELOG.md | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 443309e..0b7ac16 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 f91a1b7..9604d70 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 : [ -- GitLab