Skip to content

Commit 3237938

Browse files
Merge pull request #9 from DenisGorbachev/release-plz-2025-12-29T13-47-03Z
chore: release v0.2.1
2 parents 2497e68 + 4ef8f37 commit 3237938

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.1](https://github.com/DenisGorbachev/stub-macro/compare/v0.2.0...v0.2.1) - 2025-12-30
10+
11+
### Added
12+
13+
- error-handling
14+
15+
### Fixed
16+
17+
- update errgonomic
18+
- update errgonomic
19+
- errgonomic & cargo-insert-docs
20+
- exclude
21+
22+
### Other
23+
24+
- Merge remote-tracking branch 'repoconf-rust-public-lib-template/main'
25+
926
## [0.2.0](https://github.com/DenisGorbachev/stub-macro/compare/v0.1.9...v0.2.0) - 2025-12-29
1027

1128
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.2.0"
4+
version = "0.2.1"
55
edition = "2021"
66
license = "Apache-2.0 OR MIT"
77
homepage = "https://github.com/DenisGorbachev/stub-macro"

0 commit comments

Comments
 (0)