Skip to content

Commit

Permalink
intx 0.3.0
Browse files Browse the repository at this point in the history
Bump version: 0.3.0-dev → 0.3.0
  • Loading branch information
chfast committed Jun 20, 2019
1 parent d37d573 commit b914a8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.0-dev
current_version = 0.3.0
tag = True
sign_tags = True
tag_message = intx {new_version}
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].


## [0.3.0] - unreleased
## [0.3.0] - 2019-06-20
### Added
- New `addmod()` and `mulmod()` procedures have been added for the `uint256` type
([#101](https://github.com/chfast/intx/pull/101)).
Expand All @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning].
when dividing 256-bit values by 128-bit and 64-bit ones
([#99](https://github.com/chfast/intx/pull/99)).

[0.3.0]: https://github.com/chfast/intx/compare/v0.2.0...master
[0.3.0]: https://github.com/chfast/intx/releases/v0.2.0

[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release;Debug)
include(Hunter/init)

project(intx LANGUAGES CXX)
set(PROJECT_VERSION 0.3.0-dev)
set(PROJECT_VERSION 0.3.0)

cable_configure_compiler(NO_CONVERSION_WARNINGS NO_STACK_PROTECTION)

Expand Down

0 comments on commit b914a8a

Please sign in to comment.