diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a77a5e..b895b0b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.1" + ".": "3.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e565aa..f016762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.1.2](https://github.com/embedded-pro/numerical-toolbox-cpp/compare/v3.1.1...v3.1.2) (2026-08-25) + + +### Miscellaneous + +* Reuse emil qemu runtime ([#296](https://github.com/embedded-pro/numerical-toolbox-cpp/issues/296)) ([a8c9e07](https://github.com/embedded-pro/numerical-toolbox-cpp/commit/a8c9e07a8934af115ffe8429b7424d07c0da7502)) + + +### Build System + +* **deps:** Bump github/codeql-action/upload-sarif ([#292](https://github.com/embedded-pro/numerical-toolbox-cpp/issues/292)) ([b550738](https://github.com/embedded-pro/numerical-toolbox-cpp/commit/b5507389534d9d23ae59d3ba708d1d99a9963185)) +* **deps:** Bump github/codeql-action/upload-sarif ([#295](https://github.com/embedded-pro/numerical-toolbox-cpp/issues/295)) ([0ba1aec](https://github.com/embedded-pro/numerical-toolbox-cpp/commit/0ba1aec54372c66175a8f3060fad360ec69544a1)) +* **deps:** Bump oxsecurity/megalinter/flavors/c_cpp ([#293](https://github.com/embedded-pro/numerical-toolbox-cpp/issues/293)) ([24799a5](https://github.com/embedded-pro/numerical-toolbox-cpp/commit/24799a5cbe1e4fa7de6082e972bddb0e2f8dd363)) + ## [3.1.1](https://github.com/embedded-pro/numerical-toolbox-cpp/compare/v3.1.0...v3.1.1) (2026-08-16) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe3d889..ed92b7f 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.1) # x-release-please-version +project(numerical-toolbox LANGUAGES C CXX ASM VERSION 3.1.2) # x-release-please-version set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED On)