Skip to content

Commit

Permalink
bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-taxiera committed Jul 18, 2024
1 parent eb814c9 commit a992e1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ All notable changes to the "auto-myrient" project will be documented in this fil
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## v0.2.0

### Added
- Retry logic for failed downloads

### Changed
- Split progress bar into two lines
- Adjust progress bar variable padding
- Colorized progress percentage
- Switched to decimal bytes (MB instead of MiB)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "auto-myrient"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit a992e1d

Please sign in to comment.