Skip to content

Commit 7849e75

Browse files
committed
Publish all files
1 parent f9fefda commit 7849e75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
- Publish tests [`#90`](https://github.com/rust-syndication/atom/pull/90)
6+
57
## 0.12.6 - 2024-12-20
68

79
- Fix a regression: make `Error` and `XmlError` be `Send` and `Sync` again [`#89`](https://github.com/rust-syndication/atom/pull/89)

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ license = "MIT/Apache-2.0"
1010
readme = "README.md"
1111
keywords = ["atom", "feed", "parser", "parsing"]
1212
categories = ["parser-implementations"]
13-
include = ["src/*", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md"]
1413

1514
[dependencies]
1615
diligent-date-parser = "0.1.3"

0 commit comments

Comments
 (0)