From dad999bfc5fe612668bc498e90fce32f9528d0a0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 17 Jul 2023 07:52:17 +0000 Subject: [PATCH] chore(release): 0.4.0 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a545829..cee9cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index b476804..572f0e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "safeup" authors = ["MaidSafe Developers "] 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]]