From ecb490e054b42b80d75127adcede5257a04a1a35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 14:24:27 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d87c6b7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented in this file. + +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] + +## [0.1.3](https://github.com/DenisGorbachev/stub-macro/compare/v0.1.2...v0.1.3) - 2024-07-21 + +### Other +- add release-plz diff --git a/Cargo.lock b/Cargo.lock index e890c12..8cd7504 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "stub-macro" -version = "0.1.2" +version = "0.1.3" diff --git a/Cargo.toml b/Cargo.toml index ca0643d..b8e1cf2 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.2" +version = "0.1.3" edition = "2021" license = "Apache-2.0 OR MIT" homepage = "https://github.com/DenisGorbachev/stub-macro"