From d46b580f3ebeffc4c6e6582d3d678ca598b8c8dd Mon Sep 17 00:00:00 2001
From: Piotr Roslaniec
Date: Wed, 6 Sep 2023 15:30:14 +0200
Subject: [PATCH 1/3] chore(release): update changelog
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e45575e..ba6eae7 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.13.0] - Unreleased
+## [0.13.0] - 2023-09-06
### Changed
From 9282f8d45ecf8b2ef146b5f6c7e6648d7e981167 Mon Sep 17 00:00:00 2001
From: Piotr Roslaniec
Date: Wed, 6 Sep 2023 15:32:51 +0200
Subject: [PATCH 2/3] =?UTF-8?q?Bump=20version:=200.12.0=20=E2=86=92=200.13?=
=?UTF-8?q?.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.bumpversion.cfg | 2 +-
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 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 6598bfd..c2ef923 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.12.0
+current_version = 0.13.0
commit = True
tag = True
parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))?
diff --git a/nucypher-core-python/Cargo.toml b/nucypher-core-python/Cargo.toml
index 2e01007..8539b8a 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.12.0"
+version = "0.13.0"
edition = "2018"
[lib]
diff --git a/nucypher-core-python/setup.py b/nucypher-core-python/setup.py
index 1dc9953..3e65d91 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.12.0",
+ version="0.13.0",
author="Bogdan Opanchuk",
author_email="bogdan@opanchuk.net",
url="https://github.com/nucypher/nucypher-core/tree/main/nucypher-core-python",
diff --git a/nucypher-core-wasm/Cargo.toml b/nucypher-core-wasm/Cargo.toml
index 7ea87df..f8158b7 100644
--- a/nucypher-core-wasm/Cargo.toml
+++ b/nucypher-core-wasm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "nucypher-core-wasm"
-version = "0.12.0"
+version = "0.13.0"
authors = [
"Bogdan Opanchuk ",
"Piotr Roslaniec "
diff --git a/nucypher-core-wasm/package.template.json b/nucypher-core-wasm/package.template.json
index 0dc370b..756c596 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.12.0",
+ "version": "0.13.0",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
diff --git a/nucypher-core/Cargo.toml b/nucypher-core/Cargo.toml
index f650527..eb57828 100644
--- a/nucypher-core/Cargo.toml
+++ b/nucypher-core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "nucypher-core"
-version = "0.12.0"
+version = "0.13.0"
authors = ["Bogdan Opanchuk "]
edition = "2021"
license = "GPL-3.0-only"
From 6098efd3b8de765f4e0a7a3b8f5a3a0ddf5857c6 Mon Sep 17 00:00:00 2001
From: Piotr Roslaniec
Date: Wed, 6 Sep 2023 15:52:37 +0200
Subject: [PATCH 3/3] chore(release): fix changelog
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba6eae7..11d3e12 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Conditions` should not be optional as it pertains to `AuthenticatedData` and `AccessControlPolicy` types since conditions-based decryption (CBD) requires conditions. ([#80])
-[#80]: https://github.com/nucypher/nucypher-core/pull/78
+[#80]: https://github.com/nucypher/nucypher-core/pull/80
## [0.12.0] - 2023-08-28