We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33a596 commit 1b31683Copy full SHA for 1b31683
2 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 0.12.8 - 2026-05-10
6
+
7
- Enables the parsing of elements defined in another namespace in Person constructs [`#91`](https://github.com/rust-syndication/atom/pull/91)
8
- Update `quick-xml` to `0.38` [`#92`](https://github.com/rust-syndication/atom/pull/92)
9
- Bump MSRV (Minimum Supported Rust Version) from 1.57.0 to 1.83.0
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "atom_syndication"
-version = "0.12.7"
+version = "0.12.8"
authors = ["James Hurst <jh.jameshurst@gmail.com>"]
edition = "2021"
description = "Library for serializing the Atom web content syndication format"
0 commit comments