Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.1.1"
".": "3.1.2"
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MegaLinter] reported by reviewdog 馃惗

Suggested change
}
}

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading