Skip to content

Commit

Permalink
chore(release): 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 16, 2023
1 parent 8506cbd commit e9a2987
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1](https://github.com/maidsafe/safeup/compare/v0.2.0...v0.2.1) - 2023-06-16

### Added
- use banners for install process
- provide powershell install script
- provide unix-based install script

### Other
- provide installation instructions

## [0.2.0](https://github.com/maidsafe/safeup/compare/v0.1.2...v0.2.0) - 2023-06-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "safeup"
authors = ["MaidSafe Developers <[email protected]>"]
description = "CLI for installing components for access the Safe Network"
license = "GPL-3.0"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit e9a2987

Please sign in to comment.