From cc923465da2e65708e7440d556788c7c73d01258 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 31 May 2023 12:23:03 +0000 Subject: [PATCH] chore(release): 19.0.0 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e468137..576ef2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [19.0.0](https://github.com/maidsafe/sn_dbc/compare/v18.1.0...v19.0.0) (2023-05-31) + + +### ⚠ BREAKING CHANGES + +* remove bincode serialisation from Hash hex-encoding + +* remove bincode serialisation from Hash hex-encoding ([84312ec](https://github.com/maidsafe/sn_dbc/commit/84312ece1f65fbc51e02974ea5db25af8ca4db13)) + ## [18.1.0](https://github.com/maidsafe/sn_dbc/compare/v18.0.0...v18.1.0) (2023-05-31) diff --git a/Cargo.toml b/Cargo.toml index 270f510..0f57c05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_dbc" -version = "18.1.0" +version = "19.0.0" description = "Safe Network DBC" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_dbc"