Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Jan 20, 2022
1 parent 4ff75f5 commit 7e2e098
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 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.0
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
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).


## [Unreleased]
## [0.5.0] - 2022-01-19

### Changed

Expand Down Expand Up @@ -114,7 +114,8 @@ the corresponding methods in Python and WASM bindings. ([#84])

- Initial release.

[Unreleased]: https://github.com/nucypher/rust-umbral/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/nucypher/rust-umbral/compare/v0.5.0...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
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 <bogdan@opanchuk.net>"]
version = "0.4.0"
version = "0.5.0"
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.4.0'
release = '0.5.0'


# -- 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.4.0",
version="0.5.0",
author="Bogdan Opanchuk",
author_email="bogdan@opanchuk.net",
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.4.0"
version = "0.5.0"
authors = ["Bogdan Opanchuk <bogdan@opanchuk.net>"]
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 <bogdan@opanchuk.net>"
],
"description": "Implementation of Umbral proxy reencryption algorithm",
"version": "0.4.0",
"version": "0.5.0",
"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.4.0"
version = "0.5.0"
authors = ["Bogdan Opanchuk <bogdan@opanchuk.net>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down

0 comments on commit 7e2e098

Please sign in to comment.