Skip to content

Commit 07661a3

Browse files
Merge pull request #2 from DenisGorbachev/release-plz-2024-07-21T14-24-26Z
chore: release v0.1.3
2 parents 6eef8b1 + ecb490e commit 07661a3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.1.3](https://github.com/DenisGorbachev/stub-macro/compare/v0.1.2...v0.1.3) - 2024-07-21
10+
11+
### Other
12+
- add release-plz

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stub-macro"
33
description = "stub!() is a better version of todo!() that can be assigned to a variable"
4-
version = "0.1.2"
4+
version = "0.1.3"
55
edition = "2021"
66
license = "Apache-2.0 OR MIT"
77
homepage = "https://github.com/DenisGorbachev/stub-macro"

0 commit comments

Comments
 (0)