Skip to content

Releases: Holllo/opml

Version 1.1.6!

21 Jan 13:02
1.1.6
57b6c64
Compare
Choose a tag to compare
  • Added Nix flake and direnv setup.
  • Fixed Clippy issues.
  • Updated all dependencies.
  • No functional changes.

Version 1.1.5!

02 Oct 20:15
1.1.5
7545039
Compare
Choose a tag to compare
  • 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

20 Jul 12:34
1.1.4
3442351
Compare
Choose a tag to compare
  • Changed the strong-xml dependency to hard-xml. Thanks @kevincox! (#4)

Version 1.1.3

27 Sep 17:31
75eb03b
Compare
Choose a tag to compare
  • Forgot to set opml_cli's opml dependency version. 😅

Version 1.1.2

27 Sep 17:28
a39b0b8
Compare
Choose a tag to compare
  • Updated the dependencies.
  • Cleaned up and updated the documentation.
  • Removed the regex dependency.

Version 1.1.1

05 Jul 21:09
f7d820e
Compare
Choose a tag to compare
  • Updated the MIT license year.
  • Crates now include the license files (#3).

Version 1.1.0

23 Mar 12:12
8f3109d
Compare
Choose a tag to compare
  • Deprecated OPML::new in favor of OPML::from_str and OPML::from_reader, and OPML::to_xml in favor of OPML::to_string and OPML::to_writer, thanks again @sirwindfield! (#2)

Version 1.0.1

22 Mar 13:11
d50c5ca
Compare
Choose a tag to compare
  • Added a distinct Error type for Results, thanks @sirwindfield! (#1)
  • Updated dependencies so cargo publish doesn't fail.

Version 0.3.0

28 Aug 11:41
8279e43
Compare
Choose a tag to compare
  • Consolidated the OPML API and CLI into one repository.
  • Rearranged some stuff.
  • No functional changes, despite a minor version bump.