Skip to content

Commit

Permalink
chore: release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 committed Jun 9, 2023
1 parent 05ef67c commit 30f4329
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 @@ -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]

## [2.1.0] - 2023-06-09
### Added
- Git installation is now supported with the `git` input parameter. You can
specify a branch, tag or commit hash.
Expand Down Expand Up @@ -53,7 +55,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.0.0...HEAD
[Unreleased]: https://github.com/baptiste0928/cargo-install/compare/v2.1.0...HEAD
[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
[1.3.1]: 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
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.0.0",
"version": "2.1.0",
"description": "GitHub action for cache-efficient Rust crates installation",
"main": "lib/index.js",
"author": "baptiste0928",
Expand Down

0 comments on commit 30f4329

Please sign in to comment.