File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 11[package ]
22name = " manyhow"
3- version = " 0.11.4 "
3+ version = " 0.12.0 "
44edition = " 2021"
55categories = [" development-tools::procedural-macro-helpers" , " rust-patterns" ]
66description = " proc macro error handling à la anyhow x proc-macro-error"
You can’t perform that action at this time.
0 commit comments