Skip to content

Commit dad999b

Browse files
committed
chore(release): 0.4.0
1 parent 3e9395d commit dad999b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.0](https://github.com/maidsafe/safeup/compare/v0.3.6...v0.4.0) - 2023-07-17
10+
11+
### Added
12+
- provide `ls` command
13+
- remove support for elevated installs
14+
- provide `update` command
15+
16+
### Other
17+
- move command processing to `cmd` module
18+
919
## [0.3.6](https://github.com/maidsafe/safeup/compare/v0.3.5...v0.3.6) - 2023-07-07
1020

1121
### Added

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.3.6"
6+
version = "0.4.0"
77
edition = "2021"
88

99
[[bin]]

0 commit comments

Comments
 (0)