Update CHANGELOG.md
Some checks failed
CI / Rust 1.66 (toolchain-file=false) (macos-latest) (push) Has been cancelled
CI / Rust 1.66 (toolchain-file=true) (macos-latest) (push) Has been cancelled
CI / Rust (default) (toolchain-file=false) (macos-latest) (push) Has been cancelled
CI / Rust (default) (toolchain-file=true) (macos-latest) (push) Has been cancelled
CI / Rust beta (toolchain-file=false) (macos-latest) (push) Has been cancelled
CI / Rust beta (toolchain-file=true) (macos-latest) (push) Has been cancelled
CI / Rust nightly (toolchain-file=false) (macos-latest) (push) Has been cancelled
CI / Rust nightly (toolchain-file=true) (macos-latest) (push) Has been cancelled
CI / Rust stable (toolchain-file=false) (macos-latest) (push) Has been cancelled
CI / Rust stable (toolchain-file=true) (macos-latest) (push) Has been cancelled
CI / Rust 1.66 (toolchain-file=false) (ubuntu-latest) (push) Has been cancelled
CI / Rust 1.66 (toolchain-file=true) (ubuntu-latest) (push) Has been cancelled
CI / Rust (default) (toolchain-file=false) (ubuntu-latest) (push) Has been cancelled
CI / Rust (default) (toolchain-file=true) (ubuntu-latest) (push) Has been cancelled
CI / Rust beta (toolchain-file=false) (ubuntu-latest) (push) Has been cancelled
CI / Rust beta (toolchain-file=true) (ubuntu-latest) (push) Has been cancelled
CI / Rust nightly (toolchain-file=false) (ubuntu-latest) (push) Has been cancelled
CI / Rust nightly (toolchain-file=true) (ubuntu-latest) (push) Has been cancelled
CI / Rust stable (toolchain-file=false) (ubuntu-latest) (push) Has been cancelled
CI / Rust stable (toolchain-file=true) (ubuntu-latest) (push) Has been cancelled
CI / Rust 1.66 (toolchain-file=false) (windows-latest) (push) Has been cancelled
CI / Rust 1.66 (toolchain-file=true) (windows-latest) (push) Has been cancelled
CI / Rust (default) (toolchain-file=false) (windows-latest) (push) Has been cancelled
CI / Rust (default) (toolchain-file=true) (windows-latest) (push) Has been cancelled
CI / Rust beta (toolchain-file=false) (windows-latest) (push) Has been cancelled
CI / Rust beta (toolchain-file=true) (windows-latest) (push) Has been cancelled
CI / Rust nightly (toolchain-file=false) (windows-latest) (push) Has been cancelled
CI / Rust nightly (toolchain-file=true) (windows-latest) (push) Has been cancelled
CI / Rust stable (toolchain-file=false) (windows-latest) (push) Has been cancelled
CI / Rust stable (toolchain-file=true) (windows-latest) (push) Has been cancelled
CI / Cache (push) Has been cancelled

This commit is contained in:
Jonas Bushart 2025-06-16 23:47:58 +02:00 committed by GitHub
parent 33b85c358d
commit fb51252c7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.13.0] - 2025-06-16
* Add new parameter `cache-provider` that is propagated to `Swatinem/rust-cache` as `cache-provider` (#65 by @mindrunner)
## [1.12.0] - 2025-04-23
* Add support for installing rustup on Windows (#58 by @maennchen)