From 7f1543c2f6919cfd40791092fe62e364a5cab61f Mon Sep 17 00:00:00 2001 From: Bogdan Opanchuk Date: Fri, 17 Feb 2023 23:45:06 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.1=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 3 ++- nucypher-core-python/Cargo.toml | 2 +- nucypher-core-python/setup.py | 2 +- nucypher-core-wasm/Cargo.toml | 2 +- nucypher-core-wasm/package.template.json | 2 +- nucypher-core/Cargo.toml | 2 +- 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 004abc96..e7b80a83 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.6.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/CHANGELOG.md b/CHANGELOG.md index 84058149..495f076f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.6.0 - under development +## [0.6.0] - 2023-02-17 ### Changed @@ -236,3 +236,4 @@ Initial release. [0.4.1]: https://github.com/nucypher/nucypher-core/releases/tag/v0.4.1 [0.5.0]: https://github.com/nucypher/nucypher-core/releases/tag/v0.5.0 [0.5.1]: https://github.com/nucypher/nucypher-core/releases/tag/v0.5.1 +[0.6.0]: https://github.com/nucypher/nucypher-core/releases/tag/v0.6.0 diff --git a/nucypher-core-python/Cargo.toml b/nucypher-core-python/Cargo.toml index 4c2b58a7..5194d32c 100644 --- a/nucypher-core-python/Cargo.toml +++ b/nucypher-core-python/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nucypher-core-python" authors = ["Bogdan Opanchuk "] -version = "0.5.1" +version = "0.6.0" edition = "2018" [lib] diff --git a/nucypher-core-python/setup.py b/nucypher-core-python/setup.py index 75b2d788..0635af36 100644 --- a/nucypher-core-python/setup.py +++ b/nucypher-core-python/setup.py @@ -10,7 +10,7 @@ description="Protocol structures of Nucypher network", long_description=long_description, long_description_content_type="text/markdown", - version="0.5.1", + version="0.6.0", author="Bogdan Opanchuk", author_email="bogdan@opanchuk.net", url="https://github.com/nucypher/nucypher-core/tree/master/nucypher-core-python", diff --git a/nucypher-core-wasm/Cargo.toml b/nucypher-core-wasm/Cargo.toml index 9a9718b7..612434f5 100644 --- a/nucypher-core-wasm/Cargo.toml +++ b/nucypher-core-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nucypher-core-wasm" -version = "0.5.1" +version = "0.6.0" authors = [ "Bogdan Opanchuk ", "Piotr Roslaniec " diff --git a/nucypher-core-wasm/package.template.json b/nucypher-core-wasm/package.template.json index c4565a43..008574cb 100644 --- a/nucypher-core-wasm/package.template.json +++ b/nucypher-core-wasm/package.template.json @@ -5,7 +5,7 @@ "Bogdan Opanchuk " ], "description": "NuCypher network core data structures", - "version": "0.5.1", + "version": "0.6.0", "license": "GPL-3.0-only", "repository": { "type": "git", diff --git a/nucypher-core/Cargo.toml b/nucypher-core/Cargo.toml index 14cfff97..d3dbd250 100644 --- a/nucypher-core/Cargo.toml +++ b/nucypher-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nucypher-core" -version = "0.5.1" +version = "0.6.0" authors = ["Bogdan Opanchuk "] edition = "2021" license = "GPL-3.0-only"