Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 committed Feb 1, 2024
1 parent c4ca108 commit 9129fcc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.0.0] - 2024-02-01
### Added
- Runner os version is included in the cache key. (issue #21)
-
Expand Down Expand Up @@ -70,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release of `cargo-install` action.

[Unreleased]: https://github.com/baptiste0928/cargo-install/compare/v2.2.0...HEAD
[Unreleased]: https://github.com/baptiste0928/cargo-install/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/baptiste0928/cargo-install/compare/v2.2.0...v3.0.0
[2.2.0]: https://github.com/baptiste0928/cargo-install/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/baptiste0928/cargo-install/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/baptiste0928/cargo-install/compare/v1.3.1...v2.0.0
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ automatically caches the resulting binaries to speed up subsequent builds.

| ✨ Recent updates: |
| :--- |
| **v3.0:** Run on Node 20 instead of Node 16. |
| **v2.2:** Added support for alternate registries and sparse indexes. |
| **v2.1:** Installing crates from git is now supported. |
| **v2.0:** This major update introduces some breaking changes. Read the [changelog] before updating. |
Expand Down Expand Up @@ -100,7 +101,7 @@ to learn more about caching with GitHub Actions.
cargo-install-<crate>-<version or commit>-<hash>
```

The hash is derived from the action job and runner os name and the
The hash is derived from the action job and runner os name, os version and the
installation arguments. The `cache-key` value is added to the hashed string
if provided.
</details>
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": "2.2.0",
"version": "3.0.0",
"description": "GitHub action for cache-efficient Rust crates installation",
"main": "lib/index.js",
"author": "baptiste0928",
Expand Down

0 comments on commit 9129fcc

Please sign in to comment.