Releases Tags
-
Version 1.1.5!
released this 4 months ago | 0 commits to main since this release
- Rewrote the readme.
- Updated license year and email.
- Updated the OPML CLI to use Clap's new Derive API.
- Rewrote OPML CLI tests using insta and test_case.
- Added
Eq
derive to OPML structs. - Updated Rust edition and dependencies.
- Updated Cargo.toml metadata.
- Added
#![forbid(unsafe_code)]
. - Cleaned up some documentation and the RSS example.
Downloads
-
Version 1.1.3!
released this 1 year ago | 15 commits to main since this release
- Forgot to set
opml_cli
'sopml
dependency version. 😅
Downloads
- Forgot to set
-
Version 1.1.2!
released this 1 year ago | 16 commits to main since this release
- Updated the dependencies.
- Cleaned up and updated the documentation.
- Removed the
regex
dependency.
Downloads
-
Version 1.1.1!
released this 2 years ago | 25 commits to main since this release
- Updated the MIT license year.
- Crates now include the license files. (#3)
Downloads
-
Version 1.0.1!
released this 2 years ago | 30 commits to main since this release
- Updated dependencies so
cargo publish
doesn't fail.
Downloads
- Updated dependencies so
-
Version 0.3.0!
released this 2 years ago | 36 commits to main since this release
- Consolidated the OPML API and CLI into one repository.
Downloads
-
Version 0.2.4!
released this 2 years ago | 37 commits to main since this release
- Made the
<outline>
text attribute "technically optional". In OPML 1.0 it's valid to omit the attribute but in newer versions it's required. Now it will become an empty string if it is omitted.
Downloads
- Made the