Skip to content

Commit 9dbde92

Browse files
committed
chore(release): 0.7.0
1 parent ff7c965 commit 9dbde92

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
914
## [0.6.0](https://github.com/maidsafe/safeup/compare/v0.5.0...v0.6.0) - 2024-02-06
1015

1116
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "safeup"
33
authors = ["MaidSafe Developers <[email protected]>"]
44
description = "CLI for installing components for accessing the Safe Network"
55
license = "GPL-3.0"
6-
version = "0.6.0"
6+
version = "0.7.0"
77
edition = "2021"
88

99
[[bin]]

0 commit comments

Comments
 (0)