From aa26b8b25ad4965d4e77e7e99fb6056457b207e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 14:01:39 +0000 Subject: [PATCH] chore: release v0.3.2 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe30269..d6775b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2](https://github.com/DenisGorbachev/stub-macro/compare/v0.3.1...v0.3.2) - 2026-06-07 + +### Fixed + +- Cargo + +### Other + +- Merge remote-tracking branch 'repoconf-rust-public-lib-template/main' + ## [0.3.1](https://github.com/DenisGorbachev/stub-macro/compare/v0.3.0...v0.3.1) - 2026-05-24 ### Added diff --git a/Cargo.lock b/Cargo.lock index 507c46d..6774e5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,7 +33,7 @@ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" [[package]] name = "stub-macro" -version = "0.3.1" +version = "0.3.2" dependencies = [ "futures-core", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 2c32850..5460696 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stub-macro" description = "stub!() is a better version of todo!() that can be assigned to a variable" -version = "0.3.1" +version = "0.3.2" edition = "2021" rust-version = "1.85.0" license = "Apache-2.0 OR MIT"