Skip to content

Commit

Permalink
intx 0.7.1
Browse files Browse the repository at this point in the history
Bump version: 0.7.0 → 0.7.1
  • Loading branch information
chfast committed Feb 15, 2022
1 parent 044b0f8 commit 2f62de7
Show file tree
Hide file tree
Showing 3 changed files with 11 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.7.0
current_version = 0.7.1
tag = True
sign_tags = True
tag_message = intx {new_version}
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].


## [0.7.1] — 2022-02-15

### Fixed

- Added support for `bswap()` of small unsigned types: `uint8_t`, `uint16_t` and `uint32_t`.
Previously arguments where promoted to `uint64_t` what produced invalid results.
[#247](https://github.com/chfast/intx/pull/247)

## [0.7.0] — 2021-12-17

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


[0.7.1]: https://github.com/chfast/intx/releases/v0.7.1
[0.7.0]: https://github.com/chfast/intx/releases/v0.7.0
[0.6.0]: https://github.com/chfast/intx/releases/v0.6.0
[0.5.1]: https://github.com/chfast/intx/releases/v0.5.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.7.0)
set(PROJECT_VERSION 0.7.1)

cable_configure_compiler(NO_STACK_PROTECTION)

Expand Down

0 comments on commit 2f62de7

Please sign in to comment.