We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7c965 commit 9dbde92Copy full SHA for 9dbde92
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.7.0](https://github.com/maidsafe/safeup/compare/v0.6.0...v0.7.0) - 2024-03-21
10
+
11
+### Other
12
+- use version type rather than strings
13
14
## [0.6.0](https://github.com/maidsafe/safeup/compare/v0.5.0...v0.6.0) - 2024-02-06
15
16
### Other
Cargo.toml
@@ -3,7 +3,7 @@ name = "safeup"
3
authors = ["MaidSafe Developers <[email protected]>"]
4
description = "CLI for installing components for accessing the Safe Network"
5
license = "GPL-3.0"
-version = "0.6.0"
+version = "0.7.0"
edition = "2021"
[[bin]]
0 commit comments