From 1390d5ce17c79c21d90a6c4472d465de7287c9ac Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sat, 16 Nov 2024 01:40:16 +0100 Subject: [PATCH] Release 0.12.5 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0fc1c..6b9212f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.12.5 - 2024-11-16 + - Remove ambiguous statements about escaping from documentation. [`#85`](https://github.com/rust-syndication/atom/pull/85) - Update `quick-xml` to `0.37`. [`#86`](https://github.com/rust-syndication/atom/pull/86) - Clarify usage of `src` attribute of a `Content` structure. [`#87`](https://github.com/rust-syndication/atom/pull/87) diff --git a/Cargo.toml b/Cargo.toml index 48e87ec..ffebb89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atom_syndication" -version = "0.12.4" +version = "0.12.5" authors = ["James Hurst "] edition = "2021" description = "Library for serializing the Atom web content syndication format"