From 213b201d264139cd1b887790197e08850af628e3 Mon Sep 17 00:00:00 2001 From: Joao Paulo Magalhaes Date: Wed, 9 Mar 2022 12:08:56 +0000 Subject: [PATCH] v0.4.1 --- CMakeLists.txt | 2 +- changelog/{current.md => 0.4.1.md} | 0 tbump.toml | 2 +- test/test_install/CMakeLists.txt | 2 +- test/test_singleheader/CMakeLists.txt | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename changelog/{current.md => 0.4.1.md} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b2444fec..d18407cda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ project(ryml LANGUAGES CXX) include(./compat.cmake) -c4_project(VERSION 0.4.0 STANDALONE +c4_project(VERSION 0.4.1 STANDALONE AUTHOR "Joao Paulo Magalhaes ") diff --git a/changelog/current.md b/changelog/0.4.1.md similarity index 100% rename from changelog/current.md rename to changelog/0.4.1.md diff --git a/tbump.toml b/tbump.toml index cf16779b0..2d8c381d2 100644 --- a/tbump.toml +++ b/tbump.toml @@ -5,7 +5,7 @@ github_url = "https://github.com/biojppm/rapidyaml/" [version] -current = "0.4.0" +current = "0.4.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 53f7467e7..4c5c360ce 100644 --- a/test/test_install/CMakeLists.txt +++ b/test/test_install/CMakeLists.txt @@ -4,7 +4,7 @@ project(ryml HOMEPAGE_URL "https://github.com/biojppm/rapidyaml" LANGUAGES CXX) include(../../ext/c4core/cmake/c4Project.cmake) -c4_project(VERSION 0.4.0 +c4_project(VERSION 0.4.1 AUTHOR "Joao Paulo Magalhaes ") diff --git a/test/test_singleheader/CMakeLists.txt b/test/test_singleheader/CMakeLists.txt index 750e02482..978ef5802 100644 --- a/test/test_singleheader/CMakeLists.txt +++ b/test/test_singleheader/CMakeLists.txt @@ -4,7 +4,7 @@ project(ryml HOMEPAGE_URL "https://github.com/biojppm/rapidyaml" LANGUAGES CXX) include(../../ext/c4core/cmake/c4Project.cmake) -c4_project(VERSION 0.4.0 +c4_project(VERSION 0.4.1 AUTHOR "Joao Paulo Magalhaes ") # amalgamate ryml to get the single header