Skip to content

Commit

Permalink
intx 0.12.1
Browse files Browse the repository at this point in the history
Bump version: 0.12.0 → 0.12.1
  • Loading branch information
chfast committed Oct 9, 2024
1 parent 8885521 commit b071d81
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.12.0
current_version = 0.12.1
tag = True
sign_tags = True
tag_message = intx {new_version}
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Documentation of all notable changes to the **intx** project.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [0.12.1] — 2024-10-09

### Fixed

- Fix MSVC build in preprocessor conformance mode
[#327](https://github.com/chfast/intx/pull/327)

## [0.12.0] — 2024-09-03

### Added
Expand Down Expand Up @@ -248,6 +255,7 @@ and this project adheres to [Semantic Versioning].
[#99](https://github.com/chfast/intx/pull/99)


[0.12.1]: https://github.com/chfast/intx/releases/v0.12.1
[0.12.0]: https://github.com/chfast/intx/releases/v0.12.0
[0.11.0]: https://github.com/chfast/intx/releases/v0.11.0
[0.10.1]: https://github.com/chfast/intx/releases/v0.10.1
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if(INTX_TESTING)
endif()

project(intx LANGUAGES CXX)
set(PROJECT_VERSION 0.12.0)
set(PROJECT_VERSION 0.12.1)

cable_configure_compiler(NO_STACK_PROTECTION)

Expand Down

0 comments on commit b071d81

Please sign in to comment.