We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b3659 commit 8ff4d04Copy full SHA for 8ff4d04
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## [v0.8.0](https://github.com/epwalsh/rust-cached-path/releases/tag/v0.8.0) - 2025-05-21
11
+
12
### Added
13
14
- Support `.tar.xz` and `.tar.lzma` archives
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cached-path"
3
-version = "0.7.0"
+version = "0.8.0"
4
authors = ["epwalsh <epwalsh10@gmail.com>"]
5
edition = "2018"
6
keywords = ["http", "caching"]
0 commit comments