Skip to content

Commit a1a050b

Browse files
chore: release v0.43.2
1 parent 5bfb4cc commit a1a050b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.43.2](https://github.com/facet-rs/facet-axum/compare/v0.43.1...v0.43.2) - 2026-01-23
9+
10+
### Other
11+
12+
- Add xml feature using facet-rs/facet-xml
13+
- Simplify CI: remove redundant check job
14+
- Add integration tests and fix CI
15+
- Initial commit: facet-axum standalone repository
16+
817
## [0.43.1] - 2026-01-23
918

1019
### Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "facet-axum"
3-
version = "0.43.1"
3+
version = "0.43.2"
44
edition = "2024"
55
rust-version = "1.90.0"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)