From 09bfda45c75848f886aac04ccfe9962516d412bc Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 16 Aug 2023 06:38:14 +0000 Subject: [PATCH] chore(release): 0.4.1 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cee9cde..adaa6dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/maidsafe/safeup/compare/v0.4.0...v0.4.1) - 2023-08-16 + +### Fixed +- relax check for shell on macos + ## [0.4.0](https://github.com/maidsafe/safeup/compare/v0.3.6...v0.4.0) - 2023-07-17 ### Added diff --git a/Cargo.toml b/Cargo.toml index 572f0e7..27d6e0a 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.4.0" +version = "0.4.1" edition = "2021" [[bin]]