Skip to content

Commit

Permalink
Bump version: 0.4.1 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Jan 17, 2023
1 parent 411badc commit 4ea344a
Show file tree
Hide file tree
Showing 7 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.4.1
current_version = 0.5.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

Under construction.


## [0.5.0] - 2023-01-16

### Changed

- Bumped MSRV to 1.63. (#[41])
- Bumped `umbral-pre` to 0.8 (with consequent API changes to the re-exported `umbral_pre` crate), `rmp-serde` to 1.x, `pyo3` to 0.17. (#[41])
- Major protocol versions bumped to 2 - ABI has changed. (#[41])


[#41]: https://github.com/nucypher/nucypher-core/pull/38
[#41]: https://github.com/nucypher/nucypher-core/pull/41


## [0.4.1] - 2022-10-22
Expand Down Expand Up @@ -196,7 +201,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release.


[Unreleased]: https://github.com/nucypher/nucypher-core/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/nucypher/nucypher-core/compare/v0.5.0...HEAD
[0.0.1]: https://github.com/nucypher/nucypher-core/releases/tag/v0.0.1
[0.0.2]: https://github.com/nucypher/nucypher-core/releases/tag/v0.0.2
[0.0.3]: https://github.com/nucypher/nucypher-core/releases/tag/v0.0.3
Expand All @@ -208,3 +213,4 @@ Initial release.
[0.4.0-alpha.0]: https://github.com/nucypher/nucypher-core/releases/tag/v0.4.0-alpha.0
[0.4.0]: https://github.com/nucypher/nucypher-core/releases/tag/v0.4.0
[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
2 changes: 1 addition & 1 deletion nucypher-core-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nucypher-core-python"
authors = ["Bogdan Opanchuk <bogdan@opanchuk.net>"]
version = "0.4.1"
version = "0.5.0"
edition = "2018"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion nucypher-core-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
description="Protocol structures of Nucypher network",
long_description=long_description,
long_description_content_type="text/markdown",
version="0.4.1",
version="0.5.0",
author="Bogdan Opanchuk",
author_email="bogdan@opanchuk.net",
url="https://github.com/nucypher/nucypher-core/tree/master/nucypher-core-python",
Expand Down
2 changes: 1 addition & 1 deletion nucypher-core-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nucypher-core-wasm"
version = "0.4.1"
version = "0.5.0"
authors = [
"Bogdan Opanchuk <bogdan@opanchuk.net>",
"Piotr Roslaniec <p.roslaniec@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion nucypher-core-wasm/package.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Bogdan Opanchuk <bogdan@opanchuk.net>"
],
"description": "NuCypher network core data structures",
"version": "0.4.1",
"version": "0.5.0",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion nucypher-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nucypher-core"
version = "0.4.1"
version = "0.5.0"
authors = ["Bogdan Opanchuk <bogdan@opanchuk.net>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down

0 comments on commit 4ea344a

Please sign in to comment.