Skip to content

Commit

Permalink
chore: release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 committed Jun 24, 2024
1 parent 4e83fc4 commit 904927d
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.1.1] - 2024-06-24

### Fixed

- Pre-release versions are ignored when resolving the latest version.
Expand Down Expand Up @@ -119,7 +121,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.1.0...HEAD
[Unreleased]: https://github.com/baptiste0928/cargo-install/compare/v3.1.1...HEAD
[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
[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
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.1.0",
"version": "3.1.1",
"description": "GitHub action for cache-efficient Rust crates installation",
"author": "baptiste0928",
"license": "ISC",
Expand Down

0 comments on commit 904927d

Please sign in to comment.