Skip to content

Commit

Permalink
intx 0.10.0
Browse files Browse the repository at this point in the history
Bump version: 0.10.0-dev → 0.10.0
  • Loading branch information
chfast committed Apr 25, 2023
1 parent 3345d71 commit dd34f96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.10.0-dev
current_version = 0.10.0
tag = True
sign_tags = True
tag_message = intx {new_version}
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ 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.10.0]unreleased
## [0.10.0]2023-04-25

### Changed

- C++20 is not required to use intx.
- C++20 is now required to use intx.
[#287](https://github.com/chfast/intx/pull/287)
[#290](https://github.com/chfast/intx/pull/290)

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


[0.10.0]: https://github.com/chfast/intx/compare/v0.9.2..master
[0.10.0]: https://github.com/chfast/intx/releases/v0.10.0
[0.9.2]: https://github.com/chfast/intx/releases/v0.9.2
[0.9.1]: https://github.com/chfast/intx/releases/v0.9.1
[0.9.0]: https://github.com/chfast/intx/releases/v0.9.0
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.10.0-dev)
set(PROJECT_VERSION 0.10.0)

cable_configure_compiler(NO_STACK_PROTECTION)

Expand Down

0 comments on commit dd34f96

Please sign in to comment.