From 7fd9996573c5f57ec5fa7cc4865cf81439aa08b1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 12 Apr 2023 02:34:34 +0000 Subject: [PATCH] chore(release): 16.0.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f1f2ad..f4ba512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ 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. +## [16.0.0](https://github.com/maidsafe/sn_dbc/compare/v15.1.0...v16.0.0) (2023-04-12) + + +### ⚠ BREAKING CHANGES + +* include spend src tx hash +* update encrypt api to take dbc id + +### Features + +* expose sign fn for main key ([a94a0ef](https://github.com/maidsafe/sn_dbc/commit/a94a0ef283034efec32fb8b4d919dc48746eb04b)) +* expose verify fn for public address ([23c2a8c](https://github.com/maidsafe/sn_dbc/commit/23c2a8c30c0c7b49775cc639ebedf56e0e91169a)) +* update encrypt api to take dbc id ([ef6b308](https://github.com/maidsafe/sn_dbc/commit/ef6b308148626f27db8c94c8d55122a7279fe949)) + + +### Bug Fixes + +* **txbuilder:** take borrowed mainkey ([3523055](https://github.com/maidsafe/sn_dbc/commit/35230556f51790c0734fbd65ebd4f7f50f508a30)) + + +* include spend src tx hash ([ed9285c](https://github.com/maidsafe/sn_dbc/commit/ed9285c30b821054d76caac5782d38bd288c6180)) + ## [15.1.0](https://github.com/maidsafe/sn_dbc/compare/v15.0.1...v15.1.0) (2023-04-11) diff --git a/Cargo.toml b/Cargo.toml index cbfe175..ecaf961 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_dbc" -version = "15.1.0" +version = "16.0.0" description = "Safe Network DBC" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_dbc"