Skip to content

Commit 3b60981

Browse files
committed
chore: Release
1 parent 420fb2f commit 3b60981

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
<!-- ## [Unreleased] -->
8+
## [0.11.1] - 2024-03-16
89
### Fixed
910
- fix `item_as_dummy` for attribute macros
1011

@@ -98,7 +99,8 @@ Only documentation changes.
9899
## [v0.1.0]
99100
**Initial Release**
100101

101-
[unreleased]: https://github.com/ModProg/manyhow/compare/v0.11.0...HEAD
102+
[unreleased]: https://github.com/ModProg/manyhow/compare/v0.11.1...HEAD
103+
[0.11.1]: https://github.com/ModProg/manyhow/compare/v0.11.0...v0.11.1
102104
[0.11.0]: https://github.com/ModProg/manyhow/compare/v0.10.4...v0.11.0
103105
[0.10.4]: https://github.com/ModProg/manyhow/compare/v0.10.3...v0.10.4
104106
[0.10.3]: https://github.com/ModProg/manyhow/compare/v0.10.2...v0.10.3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "manyhow"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
edition = "2021"
55
categories = ["development-tools::procedural-macro-helpers", "rust-patterns"]
66
description = "proc macro error handling à la anyhow x proc-macro-error"

0 commit comments

Comments
 (0)