From bd2e5672d31e2b9c34080481d02b5506997c2828 Mon Sep 17 00:00:00 2001 From: Baptiste Girardeau Date: Thu, 26 Dec 2024 17:30:27 +0100 Subject: [PATCH] chore: release 3.2.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e883fb..1a0ed23 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.2.0] - 2024-12-26 + ### Changed - Updated to `@actions/cache` v4 ([previous versions are @@ -126,7 +128,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.1...HEAD +[Unreleased]: https://github.com/baptiste0928/cargo-install/compare/v3.2.0...HEAD +[3.2.0]: https://github.com/baptiste0928/cargo-install/compare/v3.1.1...v3.2.0 [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 diff --git a/package.json b/package.json index 27e8ed6..b62a6b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cargo-install", - "version": "3.1.1", + "version": "3.2.0", "description": "GitHub action for cache-efficient Rust crates installation", "author": "baptiste0928", "license": "ISC",