File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed 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.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
Original file line number Diff line number Diff line change 11[package ]
22name = " manyhow"
3- version = " 0.11.0 "
3+ version = " 0.11.1 "
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