Skip to content

Commit 1390d5c

Browse files
committed
Release 0.12.5
1 parent 2b3ed55 commit 1390d5c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.12.5 - 2024-11-16
6+
57
- Remove ambiguous statements about escaping from documentation. [`#85`](https://github.com/rust-syndication/atom/pull/85)
68
- Update `quick-xml` to `0.37`. [`#86`](https://github.com/rust-syndication/atom/pull/86)
79
- Clarify usage of `src` attribute of a `Content` structure. [`#87`](https://github.com/rust-syndication/atom/pull/87)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atom_syndication"
3-
version = "0.12.4"
3+
version = "0.12.5"
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)