File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
19
## [ 0.3.6] ( https://github.com/maidsafe/safeup/compare/v0.3.5...v0.3.6 ) - 2023-07-07
10
20
11
21
### Added
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "safeup"
3
3
authors = [
" MaidSafe Developers <[email protected] >" ]
4
4
description = " CLI for installing components for accessing the Safe Network"
5
5
license = " GPL-3.0"
6
- version = " 0.3.6 "
6
+ version = " 0.4.0 "
7
7
edition = " 2021"
8
8
9
9
[[bin ]]
You can’t perform that action at this time.
0 commit comments