Skip to content

Commit

Permalink
intx 0.10.1
Browse files Browse the repository at this point in the history
Bump version: 0.10.0 → 0.10.1
  • Loading branch information
chfast committed Jul 17, 2023
1 parent 09c7b83 commit 2ab1e86
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.10.0
current_version = 0.10.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.10.1] — 2023-07-17

### Fixed

- Fixed buggy `__builtin_subcll` in Xcode 14.3.1 on arm64.
[294](https://github.com/chfast/intx/pull/294)

## [0.10.0] — 2023-04-25

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


[0.10.1]: https://github.com/chfast/intx/releases/v0.10.1
[0.10.0]: https://github.com/chfast/intx/releases/v0.10.0
[0.9.3]: https://github.com/chfast/intx/releases/v0.9.3
[0.9.2]: https://github.com/chfast/intx/releases/v0.9.2
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)
set(PROJECT_VERSION 0.10.1)

cable_configure_compiler(NO_STACK_PROTECTION)

Expand Down

0 comments on commit 2ab1e86

Please sign in to comment.