We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bd92f commit 04f8474Copy full SHA for 04f8474
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.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
14
## [0.8.0](https://github.com/maidsafe/safeup/compare/v0.7.0...v0.8.0) - 2024-10-20
15
16
### Added
Cargo.toml
@@ -3,7 +3,7 @@ name = "safeup"
3
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
4
description = "CLI for installing components for accessing the Safe Network"
5
license = "GPL-3.0"
-version = "0.8.0"
+version = "0.8.1"
edition = "2021"
[[bin]]
0 commit comments