Skip to content

Commit 1b31683

Browse files
committed
Release 0.12.8
1 parent e33a596 commit 1b31683

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.12.8 - 2026-05-10
6+
57
- Enables the parsing of elements defined in another namespace in Person constructs [`#91`](https://github.com/rust-syndication/atom/pull/91)
68
- Update `quick-xml` to `0.38` [`#92`](https://github.com/rust-syndication/atom/pull/92)
79
- Bump MSRV (Minimum Supported Rust Version) from 1.57.0 to 1.83.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atom_syndication"
3-
version = "0.12.7"
3+
version = "0.12.8"
44
authors = ["James Hurst <jh.jameshurst@gmail.com>"]
55
edition = "2021"
66
description = "Library for serializing the Atom web content syndication format"

0 commit comments

Comments
 (0)