From 586a5d5c57ff2a9041223c2b116eeac29d1ad6b5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 19 May 2023 01:54:05 +0000 Subject: [PATCH] chore(release): 18.0.0 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdfe0ca..d766077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [18.0.0](https://github.com/maidsafe/sn_dbc/compare/v17.0.1...v18.0.0) (2023-05-19) + + +### ⚠ BREAKING CHANGES + +* renames fields and methods in Spend + +### Features + +* rename spends with better names ([3a608aa](https://github.com/maidsafe/sn_dbc/commit/3a608aa93da224e604a9a95359b64732a68f202f)) + ### [17.0.1](https://github.com/maidsafe/sn_dbc/compare/v17.0.0...v17.0.1) (2023-05-01) ## [17.0.0](https://github.com/maidsafe/sn_dbc/compare/v16.0.1...v17.0.0) (2023-04-13) diff --git a/Cargo.toml b/Cargo.toml index d089076..39167e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn_dbc" -version = "17.0.1" +version = "18.0.0" description = "Safe Network DBC" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_dbc"