Skip to content

Commit

Permalink
chore(release): 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and MaidSafe-QA committed Apr 8, 2023
1 parent 4e3b38d commit f0d8744
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [14.0.0](https://github.com/maidsafe/sn_dbc/compare/v13.0.0...v14.0.0) (2023-04-08)


### ⚠ BREAKING CHANGES

* remove consensus signatures

### Features

* remove consensus signatures ([4e3b38d](https://github.com/maidsafe/sn_dbc/commit/4e3b38d7c502b6096c60ac4a3b82b4f391104d9e))

## [13.0.0](https://github.com/maidsafe/sn_dbc/compare/v12.0.0...v13.0.0) (2023-04-05)


Expand Down
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sn_dbc"
version = "13.0.0"
version = "14.0.0"
description = "Safe Network DBC"
license = "MIT OR BSD-3-Clause"
repository = "https://github.com/maidsafe/sn_dbc"
Expand All @@ -22,27 +22,27 @@ hex = "0.4.3"
merlin = "3.0.0"
thiserror = "1.0.24"

[dependencies.curve25519-dalek]
package = "curve25519-dalek-ng"
version = "4.1.1"
[dependencies.curve25519-dalek]
package = "curve25519-dalek-ng"
version = "4.1.1"

[dependencies.serde]
version = "1.0.133"
features = [ "derive", "rc" ]
optional = true
[dependencies.serde]
version = "1.0.133"
features = [ "derive", "rc" ]
optional = true

[dependencies.tiny-keccak]
features = [ "sha3" ]
version = "2.0.0"
[dependencies.tiny-keccak]
features = [ "sha3" ]
version = "2.0.0"

[dev-dependencies]
criterion = "0.4.0"
quickcheck_macros = "1"
quickcheck = "1.0.3"

[dev-dependencies.sn_dbc]
path = "."
features = [ "serdes", "mock" ]
[dev-dependencies.sn_dbc]
path = "."
features = [ "serdes", "mock" ]

[target."cfg(unix)".dev-dependencies.pprof]
version = "0.11.0"
Expand Down

0 comments on commit f0d8744

Please sign in to comment.