Skip to content

Commit

Permalink
chore(release): sn_cli-v0.81.63/sn_node-v0.90.32/sn_testnet-v0.2.153
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 20, 2023
1 parent d1c5540 commit 4de7abc
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions sn_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.81.63](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.81.62...sn_cli-v0.81.63) - 2023-09-20

### Other
- update dependencies

## [0.81.62](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.81.61...sn_cli-v0.81.62) - 2023-09-20

### Other
Expand Down
2 changes: 1 addition & 1 deletion sn_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_cli"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.81.62"
version = "0.81.63"

[[bin]]
path="src/main.rs"
Expand Down
5 changes: 5 additions & 0 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- more iterations for verify reward update
- *(release)* sn_cli-v0.81.61/sn_networking-v0.6.14/sn_client-v0.89.21

## [0.90.32](https://github.com/maidsafe/safe_network/compare/sn_node-v0.90.31...sn_node-v0.90.32) - 2023-09-20

### Other
- update dependencies

## v0.1.0 (2023-05-04)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <[email protected]>"]
description = "Safe Node"
name = "sn_node"
version = "0.90.31"
version = "0.90.32"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down
5 changes: 5 additions & 0 deletions sn_testnet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Other
- update dependencies

## [0.2.153](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.152...sn_testnet-v0.2.153) - 2023-09-20

### Other
- update dependencies

## v0.1.0 (2023-03-16)

<csr-id-4f04bd1a5d1c747bfc6b5d39824dd108f8546b7b/>
Expand Down
2 changes: 1 addition & 1 deletion sn_testnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_testnet"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.2.152"
version = "0.2.153"

[features]
# required to pass on flag to node builds
Expand Down

0 comments on commit 4de7abc

Please sign in to comment.