Skip to content

Commit

Permalink
Bump version: 0.5.1 → 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Mar 15, 2022
1 parent 6af7b24 commit 8138b5b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 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.5.1
current_version = 0.5.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

Under construction.


## [0.5.2] - 2022-03-15

### Fixed

- `k256` bumped to 0.10.4 to make use of an important bugfix (see https://github.com/RustCrypto/elliptic-curves/issues/529). Previous 0.5.* versions (using `k256` 0.10.2 with the bug) are yanked.
Expand Down Expand Up @@ -131,9 +136,10 @@ the corresponding methods in Python and WASM bindings. ([#84])

- Initial release.

[Unreleased]: https://github.com/nucypher/rust-umbral/compare/v0.5.1...HEAD
[Unreleased]: https://github.com/nucypher/rust-umbral/compare/v0.5.2...HEAD
[0.2.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.2.0
[0.3.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.3.0
[0.4.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.4.0
[0.5.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.5.0
[0.5.1]: https://github.com/nucypher/rust-umbral/releases/tag/v0.5.1
[0.5.2]: https://github.com/nucypher/rust-umbral/releases/tag/v0.5.2
2 changes: 1 addition & 1 deletion umbral-pre-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "umbral-pre-python"
authors = ["Bogdan Opanchuk <[email protected]>"]
version = "0.5.1"
version = "0.5.2"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion umbral-pre-python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Bogdan Opanchuk'

# The full version, including alpha/beta/rc tags
release = '0.5.1'
release = '0.5.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion umbral-pre-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name="umbral_pre",
description="Implementation of Umbral proxy reencryption algorithm",
version="0.5.1",
version="0.5.2",
author="Bogdan Opanchuk",
author_email="[email protected]",
url="https://github.com/nucypher/rust-umbral/tree/master/umbral-pre-python",
Expand Down
2 changes: 1 addition & 1 deletion umbral-pre-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "umbral-pre-wasm"
version = "0.5.1"
version = "0.5.2"
authors = ["Bogdan Opanchuk <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion umbral-pre-wasm/package.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Bogdan Opanchuk <[email protected]>"
],
"description": "Implementation of Umbral proxy reencryption algorithm",
"version": "0.5.1",
"version": "0.5.2",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion umbral-pre/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "umbral-pre"
version = "0.5.1"
version = "0.5.2"
authors = ["Bogdan Opanchuk <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down

0 comments on commit 8138b5b

Please sign in to comment.