Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 17, 2023
1 parent 3e9395d commit dad999b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0](https://github.com/maidsafe/safeup/compare/v0.3.6...v0.4.0) - 2023-07-17

### Added
- provide `ls` command
- remove support for elevated installs
- provide `update` command

### Other
- move command processing to `cmd` module

## [0.3.6](https://github.com/maidsafe/safeup/compare/v0.3.5...v0.3.6) - 2023-07-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "safeup"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "CLI for installing components for accessing the Safe Network"
license = "GPL-3.0"
version = "0.3.6"
version = "0.4.0"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit dad999b

Please sign in to comment.