diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b895b0b..532ef6a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.2" + ".": "3.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 88971cb..ed12f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.3](https://github.com/embedded-pro/numerical-toolbox-cpp/compare/v3.1.2...v3.1.3) (2026-09-08) + + +### Build System + +* **deps:** Bump the patch-minor-action-updates group with 3 updates ([#326](https://github.com/embedded-pro/numerical-toolbox-cpp/issues/326)) ([c580f38](https://github.com/embedded-pro/numerical-toolbox-cpp/commit/c580f38ccc835c0b8cd2286f3e1d9c3d99b713cd)) + ## [3.1.2](https://github.com/embedded-pro/numerical-toolbox-cpp/compare/v3.1.1...v3.1.2) (2026-09-05) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5fb553..200ccab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ if (NUMERICAL_TOOLBOX_STANDALONE) FetchContent_MakeAvailable(emil) endif() -project(numerical-toolbox LANGUAGES C CXX ASM VERSION 3.1.2) # x-release-please-version +project(numerical-toolbox LANGUAGES C CXX ASM VERSION 3.1.3) # x-release-please-version set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED On)