Skip to content

Commit b27fc98

Browse files
committed
chore: release v0.1.8
1 parent ea14a3a commit b27fc98

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.8] - 2025-12-16
11+
12+
### Added
13+
- Export `parse_url` and `parse_url_with_limits` in Python bindings
14+
- Supported Formats and Namespace Extensions tables in README
15+
16+
### Fixed
17+
- Python README now documents URL fetching (was marked as not implemented)
18+
- Repository URLs in Python package metadata
19+
20+
### Changed
21+
- Improved test coverage to 83.78%
22+
1023
## [0.1.7] - 2025-12-16
1124

1225
### Changed
@@ -81,7 +94,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8194
- Comprehensive test coverage
8295
- Documentation with examples
8396

84-
[Unreleased]: https://github.com/bug-ops/feedparser-rs/compare/v0.1.7...HEAD
97+
[Unreleased]: https://github.com/bug-ops/feedparser-rs/compare/v0.1.8...HEAD
98+
[0.1.8]: https://github.com/bug-ops/feedparser-rs/compare/v0.1.7...v0.1.8
8599
[0.1.7]: https://github.com/bug-ops/feedparser-rs/compare/v0.1.6...v0.1.7
86100
[0.1.6]: https://github.com/bug-ops/feedparser-rs/compare/v0.1.5...v0.1.6
87101
[0.1.5]: https://github.com/bug-ops/feedparser-rs/compare/v0.1.4...v0.1.5

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
resolver = "2"
88

99
[workspace.package]
10-
version = "0.1.7"
10+
version = "0.1.8"
1111
edition = "2024"
1212
rust-version = "1.88.0"
1313
authors = ["bug-ops"]

crates/feedparser-rs-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "feedparser-rs",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "High-performance RSS/Atom/JSON Feed parser for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",

crates/feedparser-rs-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "feedparser-rs"
7-
version = "0.1.7"
7+
version = "0.1.8"
88
description = "High-performance RSS/Atom/JSON Feed parser with feedparser-compatible API"
99
readme = "README.md"
1010
license = { text = "MIT OR Apache-2.0" }

0 commit comments

Comments
 (0)