From a1a050b4412c43953d6e0408437b075e5b326e0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 12:41:10 +0000 Subject: [PATCH] chore: release v0.43.2 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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"