Skip to content

Commit

Permalink
Prepare for release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Mar 7, 2022
1 parent 595de72 commit 355c3bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v0.5.3](https://github.com/epwalsh/rust-cached-path/releases/tag/v0.5.3) - 2022-03-07

### Added

- Added feature flag `rustls-tls` to make use of `rustls-tls` over `native-tls` in `reqwest`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cached-path"
version = "0.5.2"
version = "0.5.3"
authors = ["epwalsh <[email protected]>"]
edition = "2018"
keywords = ["http", "caching"]
Expand Down

0 comments on commit 355c3bc

Please sign in to comment.