Skip to content

Commit ae2365b

Browse files
Merge pull request #7 from DenisGorbachev/release-plz-2025-02-25T06-33-53Z
chore: release v0.1.9
2 parents cb76957 + a0565fd commit ae2365b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.9](https://github.com/DenisGorbachev/stub-macro/compare/v0.1.8...v0.1.9) - 2025-02-25
10+
11+
### Other
12+
13+
- setup patchlift & update configs
14+
- patchlift
15+
- patchlift
16+
917
## [0.1.8](https://github.com/DenisGorbachev/stub-macro/compare/v0.1.7...v0.1.8) - 2025-02-16
1018

1119
### Other

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.8"
4+
version = "0.1.9"
55
edition = "2021"
66
license = "Apache-2.0 OR MIT"
77
homepage = "https://github.com/DenisGorbachev/stub-macro"

0 commit comments

Comments
 (0)