Add changelog entry
This commit is contained in:
parent
1734e14b0b
commit
46dca5d120
|
@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.9.0] - 2024-06-08
|
||||||
|
|
||||||
|
* Add extra argument `cache-on-failure` and forward it to `Swatinem/rust-cache`. (#39 by @samuelhnrq)
|
||||||
|
Set the default the value to true.
|
||||||
|
This will result in more caching than previously.
|
||||||
|
This helps when large dependencies are compiled only for testing to fail.
|
||||||
|
|
||||||
## [1.8.0] - 2024-01-13
|
## [1.8.0] - 2024-01-13
|
||||||
|
|
||||||
* Allow specifying subdirectories for cache.
|
* Allow specifying subdirectories for cache.
|
||||||
|
|
Loading…
Reference in New Issue