Skip to content

Commit 47e52ac

Browse files
committed
chore: Release
1 parent 47a5f7b commit 47e52ac

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
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.4] - 2024-08-25
89
- Updated `proc-macro-utils`
910

1011
## [0.11.3] - 2024-07-30
@@ -109,7 +110,8 @@ Only documentation changes.
109110
## [v0.1.0]
110111
**Initial Release**
111112

112-
[unreleased]: https://github.com/ModProg/manyhow/compare/v0.11.3...HEAD
113+
[unreleased]: https://github.com/ModProg/manyhow/compare/v0.11.4...HEAD
114+
[0.11.4]: https://github.com/ModProg/manyhow/compare/v0.11.3...v0.11.4
113115
[0.11.3]: https://github.com/ModProg/manyhow/compare/v0.11.2...v0.11.3
114116
[0.11.2]: https://github.com/ModProg/manyhow/compare/v0.11.1...v0.11.2
115117
[0.11.1]: https://github.com/ModProg/manyhow/compare/v0.11.0...v0.11.1

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "manyhow"
3-
version = "0.11.3"
3+
version = "0.11.4"
44
edition = "2021"
55
categories = ["development-tools::procedural-macro-helpers", "rust-patterns"]
66
description = "proc macro error handling à la anyhow x proc-macro-error"
@@ -15,7 +15,7 @@ documentation = "https://docs.rs/manyhow"
1515
members = [ "macros", ".", "examples/macro", "examples/no_macro" ]
1616

1717
[dependencies]
18-
macros = { package = "manyhow-macros", path = "macros", version = "0.11.3", optional = true}
18+
macros = { package = "manyhow-macros", path = "macros", version = "0.11.4", optional = true}
1919
proc-macro2 = "1.0.60"
2020
quote = "1"
2121
syn1 = { package = "syn", version = "1", default-features = false, optional = true, features = ["printing"] }

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "manyhow-macros"
33
description = "Macro for manyhow"
4-
version = "0.11.3"
4+
version = "0.11.4"
55
edition = "2021"
66
categories = ["development-tools::procedural-macro-helpers", "rust-patterns"]
77
keywords = ["proc-macro", "error", "error-handling"]

0 commit comments

Comments
 (0)