Skip to content

Commit 65c70c2

Browse files
committed
chore: release v0.1.5
1 parent 9379c17 commit 65c70c2

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.5] - 2025-12-16
11+
12+
### Fixed
13+
- Switched from native-tls to rustls-tls to eliminate OpenSSL dependency for cross-compilation
14+
- Use native ARM runners (ubuntu-24.04-arm) instead of cross-compilation for aarch64
15+
- Fixed deprecated macos-13 runner by using macos-latest with cross-compilation
16+
- Fixed Windows PowerShell compatibility in npm release workflow
17+
1018
## [0.1.4] - 2025-12-16
1119

1220
### Fixed
@@ -61,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6169
- Comprehensive test coverage
6270
- Documentation with examples
6371

64-
[Unreleased]: https://github.com/bug-ops/feedparser-rs/compare/v0.1.4...HEAD
72+
[Unreleased]: https://github.com/bug-ops/feedparser-rs/compare/v0.1.5...HEAD
73+
[0.1.5]: https://github.com/bug-ops/feedparser-rs/compare/v0.1.4...v0.1.5
6574
[0.1.4]: https://github.com/bug-ops/feedparser-rs/compare/v0.1.3...v0.1.4
6675
[0.1.3]: https://github.com/bug-ops/feedparser-rs/compare/v0.1.2...v0.1.3
6776
[0.1.2]: https://github.com/bug-ops/feedparser-rs/compare/v0.1.1...v0.1.2

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.4"
10+
version = "0.1.5"
1111
edition = "2024"
1212
rust-version = "1.88.0"
1313
authors = ["bug-ops"]

0 commit comments

Comments
 (0)