Skip to content

Commit 04f8474

Browse files
committed
chore(release): 0.8.1
1 parent 96bd92f commit 04f8474

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.8.1](https://github.com/maidsafe/safeup/compare/v0.8.0...v0.8.1) - 2024-10-24
10+
11+
### Fixed
12+
- use correct crate for `autonomi` version
13+
914
## [0.8.0](https://github.com/maidsafe/safeup/compare/v0.7.0...v0.8.0) - 2024-10-20
1015

1116
### Added

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 <dev@maidsafe.net>"]
44
description = "CLI for installing components for accessing the Safe Network"
55
license = "GPL-3.0"
6-
version = "0.8.0"
6+
version = "0.8.1"
77
edition = "2021"
88

99
[[bin]]

0 commit comments

Comments
 (0)