chore: prepare release 1.8.0
This commit is contained in:
parent
84e65ce315
commit
039765bd18
|
@ -11,6 +11,7 @@ jobs:
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
max-parallel: 5
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
|
@ -94,8 +95,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- id: toolchain
|
- name: Install Rust
|
||||||
name: Install Rust
|
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
components: clippy
|
components: clippy
|
||||||
|
|
|
@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.8.0] - 2024-01-13
|
||||||
|
|
||||||
|
* Allow specifying subdirectories for cache.
|
||||||
|
* Fix toolchain file overriding.
|
||||||
|
|
||||||
## [1.7.0] - 2024-01-11
|
## [1.7.0] - 2024-01-11
|
||||||
|
|
||||||
* Allow overriding the toolchain file with explicit `toolchain` input. (#26)
|
* Allow overriding the toolchain file with explicit `toolchain` input. (#26)
|
||||||
|
|
Loading…
Reference in New Issue