Skip to content

Commit

Permalink
Bump version: 0.7.0 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Jan 16, 2023
1 parent 601ef54 commit 1b24c75
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 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.7.0
current_version = 0.8.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down
6 changes: 6 additions & 0 deletions 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.8.0] - 2023-01-15

### Changed

- Removed `HasTypeName` trait. ([#110])
Expand Down Expand Up @@ -224,3 +229,4 @@ the corresponding methods in Python and WASM bindings. ([#84])
[0.5.2]: https://github.com/nucypher/rust-umbral/releases/tag/v0.5.2
[0.6.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.6.0
[0.7.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.7.0
[0.8.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.8.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 <[email protected]>"]
version = "0.7.0"
version = "0.8.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.7.0'
release = '0.8.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 @@ -10,7 +10,7 @@
description="Implementation of Umbral proxy reencryption algorithm",
long_description=long_description,
long_description_content_type="text/markdown",
version="0.7.0",
version="0.8.0",
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.7.0"
version = "0.8.0"
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.7.0",
"version": "0.8.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.7.0"
version = "0.8.0"
authors = ["Bogdan Opanchuk <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down

0 comments on commit 1b24c75

Please sign in to comment.