diff --git a/CHANGELOG.md b/CHANGELOG.md index eae92d3..6d68d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Publish tests [`#90`](https://github.com/rust-syndication/atom/pull/90) + ## 0.12.6 - 2024-12-20 - Fix a regression: make `Error` and `XmlError` be `Send` and `Sync` again [`#89`](https://github.com/rust-syndication/atom/pull/89) diff --git a/Cargo.toml b/Cargo.toml index d0106c4..580958e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ license = "MIT/Apache-2.0" readme = "README.md" keywords = ["atom", "feed", "parser", "parsing"] categories = ["parser-implementations"] -include = ["src/*", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md"] [dependencies] diligent-date-parser = "0.1.3"