From 1cf2a755a5853651e42aec99c5ef49bb2ec56cf5 Mon Sep 17 00:00:00 2001 From: Joao Paulo Magalhaes Date: Tue, 11 Jun 2024 17:36:24 +0100 Subject: [PATCH] v0.2.1 --- CMakeLists.txt | 2 +- changelog/0.2.1.md | 1 + changelog/current.md | 1 - tbump.toml | 2 +- test/test_install/CMakeLists.txt | 2 +- test/test_singleheader/CMakeLists.txt | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 changelog/0.2.1.md diff --git a/CMakeLists.txt b/CMakeLists.txt index f1d62bed..69357a01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ project(c4core include(./cmake/c4Project.cmake) include(./compat.cmake) -c4_project(VERSION 0.2.0 +c4_project(VERSION 0.2.1 AUTHOR "Joao Paulo Magalhaes ") option(C4CORE_INSTALL "create install target" ON) diff --git a/changelog/0.2.1.md b/changelog/0.2.1.md new file mode 100644 index 00000000..05ca2384 --- /dev/null +++ b/changelog/0.2.1.md @@ -0,0 +1 @@ +- `atod()`: add missing assertion str.len > 0 diff --git a/changelog/current.md b/changelog/current.md index 05ca2384..e69de29b 100644 --- a/changelog/current.md +++ b/changelog/current.md @@ -1 +0,0 @@ -- `atod()`: add missing assertion str.len > 0 diff --git a/tbump.toml b/tbump.toml index ddada28d..b73d63fb 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com///" [version] -current = "0.2.0" +current = "0.2.1" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/test/test_install/CMakeLists.txt b/test/test_install/CMakeLists.txt index 2207ab38..5dea2e77 100644 --- a/test/test_install/CMakeLists.txt +++ b/test/test_install/CMakeLists.txt @@ -4,7 +4,7 @@ project(c4core HOMEPAGE_URL "https://github.com/biojppm/c4core" LANGUAGES CXX) include(../../cmake/c4Project.cmake) -c4_project(VERSION 0.2.0 +c4_project(VERSION 0.2.1 AUTHOR "Joao Paulo Magalhaes ") if(C4CORE_TEST_INSTALL_PACKAGE_MODE) diff --git a/test/test_singleheader/CMakeLists.txt b/test/test_singleheader/CMakeLists.txt index ef030ff8..04bce8a7 100644 --- a/test/test_singleheader/CMakeLists.txt +++ b/test/test_singleheader/CMakeLists.txt @@ -4,7 +4,7 @@ project(c4core HOMEPAGE_URL "https://github.com/biojppm/c4core" LANGUAGES CXX) include(../../cmake/c4Project.cmake) -c4_project(VERSION 0.2.0 +c4_project(VERSION 0.2.1 AUTHOR "Joao Paulo Magalhaes ") # amalgamate c4core to get the single header