From 60c7673ecde85f4cd155b3232e0b9994df88a536 Mon Sep 17 00:00:00 2001 From: stringhandler Date: Fri, 24 Jun 2022 12:27:27 +0200 Subject: [PATCH] v0.14.0 --- Cargo.toml | 2 +- changelog.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8070d24..b8856165 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ categories = ["cryptography"] homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.13.2" +version = "0.14.0" edition = "2018" [dependencies] diff --git a/changelog.md b/changelog.md index c8dc5446..e96be0f4 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.14.0](https://github.com/tari-project/tari-crypto/compare/v0.13.2...v0.14.0) (2022-06-24) + + +### ⚠ BREAKING CHANGES + +* - any project based on a specific commitment in `tari_crypto` needs to be updated, as a commitment for the same value and blinding factor will now yield a different commitment. This was a necessary change as as described below. + + +### Features + +* change to nums constants ([#111](https://github.com/tari-project/tari-crypto/issues/111)) ([04d5d1e](https://github.com/tari-project/tari-crypto/commit/04d5d1e739c328f4b4ba2ea5088d217529deeacd)) + ### [0.13.3](https://github.com/tari-project/tari-crypto/compare/v0.13.2...v0.13.3) (2022-06-23)