From 9dbde921a0fc1467c6db6c970e094cae2612fae4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 21 Mar 2024 00:15:03 +0000 Subject: [PATCH] chore(release): 0.7.0 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14aaffa..54bc130 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.7.0](https://github.com/maidsafe/safeup/compare/v0.6.0...v0.7.0) - 2024-03-21 + +### Other +- use version type rather than strings + ## [0.6.0](https://github.com/maidsafe/safeup/compare/v0.5.0...v0.6.0) - 2024-02-06 ### Other diff --git a/Cargo.toml b/Cargo.toml index f477289..b8c9d1d 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.6.0" +version = "0.7.0" edition = "2021" [[bin]]