diff --git a/CHANGELOG.md b/CHANGELOG.md index ff10433..84446f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.43.2](https://github.com/facet-rs/facet-axum/compare/v0.43.1...v0.43.2) - 2026-01-23 + +### Other + +- Add xml feature using facet-rs/facet-xml +- Simplify CI: remove redundant check job +- Add integration tests and fix CI +- Initial commit: facet-axum standalone repository + ## [0.43.1] - 2026-01-23 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 8d637ce..6db644e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "facet-axum" -version = "0.43.1" +version = "0.43.2" edition = "2024" rust-version = "1.90.0" license = "MIT OR Apache-2.0"