Skip to content

Commit

Permalink
chore: release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 committed Jan 5, 2025
1 parent e8e0500 commit 91c5da1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.3.0] - 2025-01-06

### Changed

- Removed the job id from the cache key. This allows the same cache to be used
accross multiple jobs if the installation arguments are the same.
across multiple jobs if the installation arguments are the same.
- Improved the cache key generation logic.

## [3.2.0] - 2024-12-26
Expand Down Expand Up @@ -134,7 +136,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release of `cargo-install` action.

[Unreleased]: https://github.com/baptiste0928/cargo-install/compare/v3.2.0...HEAD
[Unreleased]: https://github.com/baptiste0928/cargo-install/compare/v3.3.0...HEAD
[3.3.0]: https://github.com/baptiste0928/cargo-install/compare/v3.2.0...v3.3.0
[3.2.0]: https://github.com/baptiste0928/cargo-install/compare/v3.1.1...v3.2.0
[3.1.1]: https://github.com/baptiste0928/cargo-install/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/baptiste0928/cargo-install/compare/v3.0.1...v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cargo-install",
"version": "3.2.0",
"version": "3.3.0",
"description": "GitHub action for cache-efficient Rust crates installation",
"author": "baptiste0928",
"license": "ISC",
Expand Down

0 comments on commit 91c5da1

Please sign in to comment.