Skip to content

Commit 7bdfa12

Browse files
committed
Release v0.14.0
1 parent 68cdbaa commit 7bdfa12

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

crates/aide-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aide-macros"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["tamasfe"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

crates/aide/CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.14.0
44

5+
- **breaking:** Upgrade `axum` to `0.8` ([#168])
56
- **breaking:** Rename `gen` module to `generate`,
67
because `gen` is going to be a keyword in Rust 2024 ([#174])
7-
8+
- **breaking:** Replace `axum-wasm` feature with inverted `axum-tokio`
9+
Cargo feature ([#170])
10+
- **breaking:** Put axum extractor impls behind more fine-grained
11+
Cargo features, see `Cargo.toml` or the docs.rs feature flags page
12+
for a full list ([#170])
13+
- **breaking:** Drop `serde_qs`, `jwt-authorizer` features, please
14+
open an issue if you were relying on one of these ([#170])
15+
- **fixed:** Remove trailing / from some nested paths ([#150])
16+
- **added:** `[api_]route_with_tsr[_and]` methods to `ApiRouter`,
17+
gated behind the `axum-extra` Cargo feature ([#139])
18+
19+
[#139]: https://github.com/tamasfe/aide/pull/139
20+
[#150]: https://github.com/tamasfe/aide/pull/150
21+
[#168]: https://github.com/tamasfe/aide/pull/168
22+
[#170]: https://github.com/tamasfe/aide/pull/170
823
[#174]: https://github.com/tamasfe/aide/pull/174
924

1025
## 0.13.5

crates/aide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde = { version = "1.0.144", features = ["derive"] }
1616
serde_json = "1"
1717
thiserror = "2.0"
1818
tracing = "0.1"
19-
aide-macros = { version = "0.7.0", path = "../aide-macros", optional = true }
19+
aide-macros = { version = "0.8.0", path = "../aide-macros", optional = true }
2020

2121
bytes = { version = "1", optional = true }
2222
http = { version = "1.0.0", optional = true }

0 commit comments

Comments
 (0)