From f3e2df45dcdfe930d97459b2636d2f025f9ce76f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:21:50 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a033d8..42ed4f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.5](https://github.com/DenisGorbachev/stub-macro/compare/v0.1.4...v0.1.5) - 2024-08-05 + +### Other +- use the star link +- fix caching +- improve caching + ## [0.1.4](https://github.com/DenisGorbachev/stub-macro/compare/v0.1.3...v0.1.4) - 2024-07-31 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 1ed6eaa..e813661 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "stub-macro" -version = "0.1.4" +version = "0.1.5" diff --git a/Cargo.toml b/Cargo.toml index b17530a..d372a2c 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.1.4" +version = "0.1.5" edition = "2021" license = "Apache-2.0 OR MIT" homepage = "https://github.com/DenisGorbachev/stub-macro"