Skip to content

Commit

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

## [Unreleased]

## [1.3.1] - 2023-02-15
### Fixed
- Use `semver` instead of `compare-versions` to fix version resolution issues.
- Dependencies have been updated. This removes the warning about `set-output` being deprecated.

## [1.3.0] - 2022-06-14
### Added
- Add `args` input to add additional arguments to the `cargo install` command.
Expand All @@ -32,7 +37,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/v1.3.0...HEAD
[Unreleased]: https://github.com/baptiste0928/cargo-install/compare/v1.3.1...HEAD
[1.3.0]: https://github.com/baptiste0928/cargo-install/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/baptiste0928/cargo-install/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/baptiste0928/cargo-install/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/baptiste0928/cargo-install/compare/v1.0.1...v1.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": "1.0.0",
"version": "1.3.1",
"description": "GitHub action for cache-efficient Rust crates installation",
"main": "lib/index.js",
"author": "baptiste0928",
Expand Down

0 comments on commit 2cfb002

Please sign in to comment.