We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0aef0 commit f9fefdaCopy full SHA for f9fefda
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 0.12.6 - 2024-12-20
6
+
7
- Fix a regression: make `Error` and `XmlError` be `Send` and `Sync` again [`#89`](https://github.com/rust-syndication/atom/pull/89)
8
9
## 0.12.5 - 2024-11-16
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "atom_syndication"
-version = "0.12.5"
+version = "0.12.6"
authors = ["James Hurst <jh.jameshurst@gmail.com>"]
edition = "2021"
description = "Library for serializing the Atom web content syndication format"
0 commit comments