From 904927dbe77864e0f2281519fe9d5bd097a220b3 Mon Sep 17 00:00:00 2001 From: Baptiste Girardeau Date: Mon, 24 Jun 2024 15:44:57 +0200 Subject: [PATCH] chore: release 3.1.1 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba5d28..ef6661d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/package.json b/package.json index a42e096..8604151 100644 --- a/package.json +++ b/package.json @@ -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",