Skip to content

Commit 6e50e67

Browse files
authored
Release 0.26.0 (#417)
1 parent 26a9d74 commit 6e50e67

File tree

6 files changed

+290
-98
lines changed

6 files changed

+290
-98
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22

33
## [Unreleased]
44

5+
## [0.26.0] - 2024-01-15
6+
57
- Remove `AsRef<str>` restriction from `PreEscaped`
68
[#377](https://github.com/lambda-fairy/maud/pull/377)
79
- Implement `Render` for `Arc<T>`
810
[#380](https://github.com/lambda-fairy/maud/pull/380)
11+
- Fix missing parentheses around splices
12+
[#382](https://github.com/lambda-fairy/maud/issues/382)
13+
[#383](https://github.com/lambda-fairy/maud/pull/383)
914
- Accept literals in attribute names
1015
[#396](https://github.com/lambda-fairy/maud/pull/396)
16+
[#398](https://github.com/lambda-fairy/maud/pull/398)
17+
[#415](https://github.com/lambda-fairy/maud/pull/415)
1118
- Support `axum` v0.7 through `axum-core` v0.4 and `http` v1
1219
[#401](https://github.com/lambda-fairy/maud/pull/401)
1320
- Add support for `warp` v0.3.6
@@ -304,7 +311,8 @@
304311
- Update to latest syntax extension API
305312

306313

307-
[Unreleased]: https://github.com/lambda-fairy/maud/compare/v0.25.0...HEAD
314+
[Unreleased]: https://github.com/lambda-fairy/maud/compare/v0.26.0...HEAD
315+
[0.26.0]: https://github.com/lambda-fairy/maud/compare/v0.25.0...v0.26.0
308316
[0.25.0]: https://github.com/lambda-fairy/maud/compare/v0.24.0...v0.25.0
309317
[0.24.0]: https://github.com/lambda-fairy/maud/compare/v0.23.0...v0.24.0
310318
[0.23.0]: https://github.com/lambda-fairy/maud/compare/v0.22.3...v0.23.0

0 commit comments

Comments
 (0)