Skip to content

Commit bf44196

Browse files
authoredApr 16, 2023
Release 0.25.0 (#375)
1 parent 34b3bc0 commit bf44196

File tree

7 files changed

+123
-278
lines changed

7 files changed

+123
-278
lines changed
 

‎CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
## [Unreleased]
44

5+
## [0.25.0] - 2023-04-16
6+
57
- Remove `html_debug!`
68
[#357](https://github.com/lambda-fairy/maud/pull/357)
9+
- Render with `Display` using autoref specialization
10+
[#359](https://github.com/lambda-fairy/maud/pull/359)
711
- Support `axum` v0.6 through `axum-core` v0.3
812
[#361](https://github.com/lambda-fairy/maud/pull/361)
913
- Implement `Default` for `PreEscaped`
@@ -287,7 +291,8 @@
287291
- Update to latest syntax extension API
288292

289293

290-
[Unreleased]: https://github.com/lambda-fairy/maud/compare/v0.24.0...HEAD
294+
[Unreleased]: https://github.com/lambda-fairy/maud/compare/v0.25.0...HEAD
295+
[0.25.0]: https://github.com/lambda-fairy/maud/compare/v0.24.0...v0.25.0
291296
[0.24.0]: https://github.com/lambda-fairy/maud/compare/v0.23.0...v0.24.0
292297
[0.23.0]: https://github.com/lambda-fairy/maud/compare/v0.22.3...v0.23.0
293298
[0.22.3]: https://github.com/lambda-fairy/maud/compare/v0.22.2...v0.22.3

0 commit comments

Comments
 (0)
Please sign in to comment.