This commit is contained in:
Joao Paulo Magalhaes
2025-09-29 23:43:34 +01:00
parent b3ce4e2951
commit f6acc1d3eb
7 changed files with 12 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ project(c4core
include(./cmake/c4Project.cmake)
include(./compat.cmake)
c4_project(VERSION 0.2.6
c4_project(VERSION 0.2.7
AUTHOR "Joao Paulo Magalhaes <dev@jpmag.me>")
option(C4CORE_INSTALL "create install target" ON)

6
changelog/0.2.7.md Normal file
View File

@@ -0,0 +1,6 @@
- enum symbols:
- remove useless `const` in return value of `c4::esyms()`
- add overload for building from ptr,len
- dump.hpp: fix implicit typing in implementation of `c4::format_dump()`
- utf.hpp: add missing C4_EXPORT to `c4::decode_code_point()`
- fix warnings with cmake 4

View File

@@ -1 +0,0 @@
- `c4/enum.hpp`: remove useless `const` in return value of `c4::esyms()`.

View File

@@ -3,10 +3,10 @@
/** @file version.hpp */
#define C4CORE_VERSION "0.2.6"
#define C4CORE_VERSION "0.2.7"
#define C4CORE_VERSION_MAJOR 0
#define C4CORE_VERSION_MINOR 2
#define C4CORE_VERSION_PATCH 6
#define C4CORE_VERSION_PATCH 7
#include <c4/export.hpp>

View File

@@ -2,7 +2,7 @@
# github_url = "https://github.com/<user or organization>/<project>/"
[version]
current = "0.2.6"
current = "0.2.7"
# Example of a semver regexp.
# Make sure this matches current_version before

View File

@@ -4,7 +4,7 @@ project(c4core
HOMEPAGE_URL "https://github.com/biojppm/c4core"
LANGUAGES CXX)
include(../../cmake/c4Project.cmake)
c4_project(VERSION 0.2.6
c4_project(VERSION 0.2.7
AUTHOR "Joao Paulo Magalhaes <dev@jpmag.me>")
if(C4CORE_TEST_INSTALL_PACKAGE_MODE)

View File

@@ -4,7 +4,7 @@ project(c4core
HOMEPAGE_URL "https://github.com/biojppm/c4core"
LANGUAGES CXX)
include(../../cmake/c4Project.cmake)
c4_project(VERSION 0.2.6
c4_project(VERSION 0.2.7
AUTHOR "Joao Paulo Magalhaes <dev@jpmag.me>")
# amalgamate c4core to get the single header