Skip to content

Commit 4e63311

Browse files
committed
chore: Release
1 parent caa747f commit 4e63311

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

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.12.0] - 2026-07-24
89
### Changed
910
- **Breaking Change** Updated default syn version to 3. Disable default-features and enable the `syn2` feature.
1011

@@ -117,7 +118,8 @@ Only documentation changes.
117118
## [v0.1.0]
118119
**Initial Release**
119120

120-
[unreleased]: https://github.com/ModProg/manyhow/compare/v0.11.4...HEAD
121+
[unreleased]: https://github.com/ModProg/manyhow/compare/v0.12.0...HEAD
122+
[0.12.0]: https://github.com/ModProg/manyhow/compare/v0.11.4...v0.12.0
121123
[0.11.4]: https://github.com/ModProg/manyhow/compare/v0.11.3...v0.11.4
122124
[0.11.3]: https://github.com/ModProg/manyhow/compare/v0.11.2...v0.11.3
123125
[0.11.2]: https://github.com/ModProg/manyhow/compare/v0.11.1...v0.11.2

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.4"
3+
version = "0.12.0"
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)