Skip to content

Commit

Permalink
Merge branch 'master' into version-bump-v20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bochaco committed Jul 3, 2023
2 parents cd8d472 + cd88f3f commit 4b82734
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,16 @@ All notable changes to this project will be documented in this file. See [standa
### ⚠ BREAKING CHANGES

* adding fee output type
* replace `Amount` with `Token`
* remove `DbcIdSource` struct
* remove `Amount` struct
* remove `*Intermediate` tpyes
* simplifying codebase by removing unnecessary error and verification types

### Features

* adding fee output type ([c54c8f0](https://github.com/maidsafe/sn_dbc/commit/c54c8f03910a975baa7ed7b2ce6cef806018042c))

### [19.1.1](https://github.com/maidsafe/sn_dbc/compare/v19.1.0...v19.1.1) (2023-06-29)

### Bug Fixes

* check for overflow while adding values ([3c27b94](https://github.com/maidsafe/sn_dbc/commit/3c27b94311db585a76cc94369142d50ccdfb61b0))


* remove `*Intermediate` tpyes ([45ad40c](https://github.com/maidsafe/sn_dbc/commit/45ad40c180987fac7836ea9e8899c3ca28bcfbd7))
* remove `Amount` struct ([d25479e](https://github.com/maidsafe/sn_dbc/commit/d25479e432c89118bace563a88c54ea6948c5cdc))
* remove `DbcIdSource` struct ([5cfa96e](https://github.com/maidsafe/sn_dbc/commit/5cfa96e60b3c26ef86e80a06ccc1c4e9ca1cf664))
Expand All @@ -32,6 +26,9 @@ All notable changes to this project will be documented in this file. See [standa

## [19.1.0](https://github.com/maidsafe/sn_dbc/compare/v19.0.1...v19.1.0) (2023-06-20)

### ⚠ BREAKING CHANGES

* include parent tx in spend

### Features

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sn_dbc"
version = "20.0.0"
version = "19.1.1"
description = "Safe Network DBC"
license = "MIT OR BSD-3-Clause"
repository = "https://github.com/maidsafe/sn_dbc"
Expand Down

0 comments on commit 4b82734

Please sign in to comment.