Skip to content

Commit 44e0456

Browse files
committed
chore(release): 0.5.0
1 parent dfd8bcb commit 44e0456

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.5.0](https://github.com/maidsafe/safeup/compare/v0.4.1...v0.5.0) - 2023-12-14
10+
11+
### Added
12+
- provide `node-manager` command
13+
14+
### Other
15+
- download and extract using `sn-releases` crate
16+
917
## [0.4.1](https://github.com/maidsafe/safeup/compare/v0.4.0...v0.4.1) - 2023-08-16
1018

1119
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "safeup"
33
authors = ["MaidSafe Developers <[email protected]>"]
44
description = "CLI for installing components for accessing the Safe Network"
55
license = "GPL-3.0"
6-
version = "0.4.1"
6+
version = "0.5.0"
77
edition = "2021"
88

99
[[bin]]

0 commit comments

Comments
 (0)