Skip to content

Commit

Permalink
intx 0.9.0
Browse files Browse the repository at this point in the history
Bump version: 0.9.0-dev → 0.9.0
  • Loading branch information
chfast committed Dec 13, 2022
1 parent bedbf4c commit 1e964da
Show file tree
Hide file tree
Showing 3 changed files with 19 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.9.0-dev
current_version = 0.9.0
tag = True
sign_tags = True
tag_message = intx {new_version}
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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.9.0] — 2022-12-13

### Changed

- Optimizations for GCC compiler.
[#279](https://github.com/chfast/intx/pull/279)
[#281](https://github.com/chfast/intx/pull/281)
- Required CMake version increased from 3.10 to 3.16
[#276](https://github.com/chfast/intx/pull/276)
- Simplification of many operators declarations by using `friend inline` functions.
[#270](https://github.com/chfast/intx/pull/270)
[#271](https://github.com/chfast/intx/pull/271)
- Benchmarks updates and fixes.
[#274](https://github.com/chfast/intx/pull/274)
[#275](https://github.com/chfast/intx/pull/275)
[#277](https://github.com/chfast/intx/pull/277)

## [0.8.0] — 2022-03-15

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


[0.9.0]: https://github.com/chfast/intx/releases/v0.9.0
[0.8.0]: https://github.com/chfast/intx/releases/v0.8.0
[0.7.1]: https://github.com/chfast/intx/releases/v0.7.1
[0.7.0]: https://github.com/chfast/intx/releases/v0.7.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.9.0-dev)
set(PROJECT_VERSION 0.9.0)

cable_configure_compiler(NO_STACK_PROTECTION)

Expand Down

0 comments on commit 1e964da

Please sign in to comment.