Skip to content

Commit

Permalink
chore: release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 committed Mar 8, 2024
1 parent 25205ab commit 94e1849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.1] - 2024-03-08

### Fixed

- Improve git tag/branch resolution. (issue #22)
Expand Down Expand Up @@ -103,7 +105,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.0.0...HEAD
[Unreleased]: https://github.com/baptiste0928/cargo-install/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/baptiste0928/cargo-install/compare/v3.0.0...v3.0.1
[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
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.0.0",
"version": "3.0.1",
"description": "GitHub action for cache-efficient Rust crates installation",
"author": "baptiste0928",
"license": "ISC",
Expand Down

0 comments on commit 94e1849

Please sign in to comment.