From 8138b5bddadb49e24c369b213e94503d0086ee58 Mon Sep 17 00:00:00 2001 From: Bogdan Opanchuk Date: Tue, 15 Mar 2022 14:13:01 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.1=20=E2=86=92=200.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 8 +++++++- umbral-pre-python/Cargo.toml | 2 +- umbral-pre-python/docs/conf.py | 2 +- umbral-pre-python/setup.py | 2 +- umbral-pre-wasm/Cargo.toml | 2 +- umbral-pre-wasm/package.template.json | 2 +- umbral-pre/Cargo.toml | 2 +- 8 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 16112f48..d992e4a4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.5.2 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d37e764..eaabe275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/umbral-pre-python/Cargo.toml b/umbral-pre-python/Cargo.toml index 0f43b1c5..4b784ba7 100644 --- a/umbral-pre-python/Cargo.toml +++ b/umbral-pre-python/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "umbral-pre-python" authors = ["Bogdan Opanchuk "] -version = "0.5.1" +version = "0.5.2" edition = "2021" [lib] diff --git a/umbral-pre-python/docs/conf.py b/umbral-pre-python/docs/conf.py index e02221f0..38ab9cf7 100644 --- a/umbral-pre-python/docs/conf.py +++ b/umbral-pre-python/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/umbral-pre-python/setup.py b/umbral-pre-python/setup.py index 3102391d..789be43e 100644 --- a/umbral-pre-python/setup.py +++ b/umbral-pre-python/setup.py @@ -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="bogdan@opanchuk.net", url="https://github.com/nucypher/rust-umbral/tree/master/umbral-pre-python", diff --git a/umbral-pre-wasm/Cargo.toml b/umbral-pre-wasm/Cargo.toml index f6c66b82..664d28f2 100644 --- a/umbral-pre-wasm/Cargo.toml +++ b/umbral-pre-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "umbral-pre-wasm" -version = "0.5.1" +version = "0.5.2" authors = ["Bogdan Opanchuk "] edition = "2021" license = "GPL-3.0-only" diff --git a/umbral-pre-wasm/package.template.json b/umbral-pre-wasm/package.template.json index 92e49b96..00c0b039 100644 --- a/umbral-pre-wasm/package.template.json +++ b/umbral-pre-wasm/package.template.json @@ -4,7 +4,7 @@ "Bogdan Opanchuk " ], "description": "Implementation of Umbral proxy reencryption algorithm", - "version": "0.5.1", + "version": "0.5.2", "license": "GPL-3.0-only", "repository": { "type": "git", diff --git a/umbral-pre/Cargo.toml b/umbral-pre/Cargo.toml index 155cf333..da4ecaaf 100644 --- a/umbral-pre/Cargo.toml +++ b/umbral-pre/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "umbral-pre" -version = "0.5.1" +version = "0.5.2" authors = ["Bogdan Opanchuk "] edition = "2021" license = "GPL-3.0-only"