Releases: Holllo/opml
Releases · Holllo/opml
Version 1.1.6!
Version 1.1.5!
- 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.
Version 1.1.4
Version 1.1.3
- Forgot to set
opml_cli
'sopml
dependency version. 😅
Version 1.1.2
- Updated the dependencies.
- Cleaned up and updated the documentation.
- Removed the
regex
dependency.
Version 1.1.1
- Updated the MIT license year.
- Crates now include the license files (#3).
Version 1.1.0
- Deprecated
OPML::new
in favor ofOPML::from_str
andOPML::from_reader
, andOPML::to_xml
in favor ofOPML::to_string
andOPML::to_writer
, thanks again @sirwindfield! (#2)
Version 1.0.1
- Added a distinct
Error
type forResult
s, thanks @sirwindfield! (#1) - Updated dependencies so
cargo publish
doesn't fail.
Version 0.3.0
- Consolidated the OPML API and CLI into one repository.
- Rearranged some stuff.
- No functional changes, despite a minor version bump.