Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
Merge b4d8fdf into f3a6e48
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Apr 21, 2021
2 parents f3a6e48 + b4d8fdf commit a2bbad9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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.

## [16.0.0](https://github.com/maidsafe/sn_messaging/compare/v15.0.0...v16.0.0) (2021-04-21)


### ⚠ BREAKING CHANGES

* **msg:** this adds a new variant to the message enum

### Features

* **msg:** add message variant for NodeCmdResult ([f3a6e48](https://github.com/maidsafe/sn_messaging/commit/f3a6e487e18a29d7ba08b52edaf62b1b40be8feb))

## [15.0.0](https://github.com/maidsafe/sn_messaging/compare/v14.0.0...v15.0.0) (2021-04-21)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR BSD-3-Clause"
name = "sn_messaging"
readme = "README.md"
repository = "https://github.com/maidsafe/sn_messaging"
version = "15.0.0"
version = "16.0.0"

[dependencies]
bincode = "1.2.1"
Expand Down

0 comments on commit a2bbad9

Please sign in to comment.