Skip to content

Commit d144bcb

Browse files
committed
chore: Bump version to 0.0.5
1 parent 0fdd9bd commit d144bcb

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838
Initial release!
3939

4040
[unreleased]: https://github.com/bahlo/axum-accept/compare/v0.0.4...HEAD
41-
[0.0.3]: https://github.com/bahlo/axum-accept/releases/tag/v0.0.4
41+
[0.0.5]: https://github.com/bahlo/axum-accept/releases/tag/v0.0.5
42+
[0.0.4]: https://github.com/bahlo/axum-accept/releases/tag/v0.0.4
4243
[0.0.3]: https://github.com/bahlo/axum-accept/releases/tag/v0.0.3
4344
[0.0.2]: https://github.com/bahlo/axum-accept/releases/tag/v0.0.2
4445
[0.0.1]: https://github.com/bahlo/axum-accept/releases/tag/v0.0.1

axum-accept-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "axum-accept-macros"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
edition = "2024"
55
description = "Proc-macro for the axum-accept crate"
66
license = "MIT OR Apache-2.0"
@@ -14,6 +14,6 @@ proc-macro = true
1414
proc-macro2 = "1"
1515
quote = "1"
1616
syn = { version = "2", features = ["full"] }
17-
axum-accept-shared = { version = "0.0.4", path = "../axum-accept-shared" }
17+
axum-accept-shared = { version = "0.0.5", path = "../axum-accept-shared" }
1818
axum = { workspace = true }
1919
mediatype = { workspace = true }

axum-accept-shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "axum-accept-shared"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
edition = "2024"
55
description = "Shared code for the axum-accept crate"
66
license = "MIT OR Apache-2.0"

axum-accept/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "axum-accept"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
authors = ["Arne Bahlo <[email protected]>"]
55
edition = "2024"
66
description = "Typed accept negotiation for axum."
@@ -11,8 +11,8 @@ readme = "../README.md"
1111
keywords = ["axum", "accept", "media-type"]
1212

1313
[dependencies]
14-
axum-accept-macros= { version = "0.0.4", path = "../axum-accept-macros" }
15-
axum-accept-shared = { version = "0.0.4", path = "../axum-accept-shared" }
14+
axum-accept-macros= { version = "0.0.5", path = "../axum-accept-macros" }
15+
axum-accept-shared = { version = "0.0.5", path = "../axum-accept-shared" }
1616

1717
[dev-dependencies]
1818
axum = { workspace = true, features = ["json"] }

0 commit comments

Comments
 (0)