Skip to content

Commit

Permalink
Prepare 2.1.0 release (#37)
Browse files Browse the repository at this point in the history
Prepares the code base for 2.1.0 release.
  • Loading branch information
rgreinho authored Sep 10, 2022
1 parent e150f29 commit 3668de9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 10 deletions.
27 changes: 21 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ and this project adheres to

## [Unreleased]

## [2.1.0] - 2022-09-10

### Added

- Added the ability to use a proxy. [#33]

### Fixed

- Fixed the filename parsing when constructing from URL. [#33]

[#33]: https://github.com/rgreinho/trauma/pull/33
[2.1.0]: https://github.com/rgreinho/trauma/releases/tag/2.1.0

## [2.0.0] - 2022-04-21

### Added
Expand All @@ -22,6 +35,10 @@ and this project adheres to

- Fixed a bug preventing the progress bars to be disabled. [#29]

[#26]: https://github.com/rgreinho/trauma/pull/26
[#29]: https://github.com/rgreinho/trauma/pull/29
[2.0.0]: https://github.com/rgreinho/trauma/releases/tag/2.0.0

## [1.1.0] - 2022-04-15

### Added
Expand All @@ -35,6 +52,10 @@ and this project adheres to
- Hide any or both of them
- Add preconfigured styles

[#16]: https://github.com/rgreinho/trauma/pull/16
[#24]: https://github.com/rgreinho/trauma/pull/24
[1.1.0]: https://github.com/rgreinho/trauma/releases/tag/1.1.0

## [1.0.0] - 2022-03-29

Initial version with the following feature set:
Expand All @@ -53,9 +74,3 @@ Initial version with the following feature set:
- Display the total progress

[1.0.0]: https://github.com/rgreinho/trauma/releases/tag/1.0.0
[1.1.0]: https://github.com/rgreinho/trauma/releases/tag/1.1.0
[2.0.0]: https://github.com/rgreinho/trauma/releases/tag/2.0.0
[#16]: https://github.com/rgreinho/trauma/pull/16
[#24]: https://github.com/rgreinho/trauma/pull/24
[#26]: https://github.com/rgreinho/trauma/pull/26
[#29]: https://github.com/rgreinho/trauma/pull/29
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trauma"
version = "2.0.0"
version = "2.1.0"
edition = "2021"
license = "MIT"
description = "Simplify and prettify HTTP downloads"
Expand All @@ -10,9 +10,6 @@ readme = "README.md"
categories = ["concurrency"]
keywords = ["http", "download", "async", "tokio", "indicatif"]


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
futures = "0.3.21"
indicatif = "0.17.0-rc.10"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ monitoring the process.

- Library only
- HTTP(S) downloads
- Support download via proxies
- Download files via providing a list of URLs
- Ability to rename downloaded files
- Ability to configure the download manager
Expand Down

0 comments on commit 3668de9

Please sign in to comment.