• 1.1.6 57b6c64ea0

    Bauke released this 2024-01-21 12:59:37 +00:00 | 0 commits to main since this release

    • Added Nix flake and direnv setup.
    • Fixed Clippy issues.
    • Updated all dependencies.
    • No functional changes.
    Downloads
  • 1.1.5 7545039bec

    Bauke released this 2022-10-02 20:10:44 +00:00 | 8 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
  • 1.1.4 3442351223

    Bauke released this 2022-07-20 12:29:40 +00:00 | 20 commits to main since this release

    • Changed the strong-xml dependency to hard-xml. Thanks @kevincox! (#4)
    Downloads
  • 1.1.3 75eb03b23f

    Bauke released this 2021-09-27 17:28:39 +00:00 | 23 commits to main since this release

    • Forgot to set opml_cli's opml dependency version. 😅
    Downloads
  • 1.1.2 a39b0b8db8

    Bauke released this 2021-09-27 17:24:18 +00:00 | 24 commits to main since this release

    • Updated the dependencies.
    • Cleaned up and updated the documentation.
    • Removed the regex dependency.
    Downloads
  • 1.1.1 f7d820e217

    Bauke released this 2021-07-05 21:05:13 +00:00 | 33 commits to main since this release

    • Updated the MIT license year.
    • Crates now include the license files. (#3)
    Downloads
  • 1.1.0 8f3109d719

    Bauke released this 2021-03-23 12:06:21 +00:00 | 35 commits to main since this release

    • 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 @mainrs! (#2)
    Downloads
  • 1.0.1 d50c5ca4b6

    Bauke released this 2021-03-22 13:05:38 +00:00 | 38 commits to main since this release

    • Updated dependencies so cargo publish doesn't fail.
    Downloads
  • 1.0.0 a93cf7abd6

    Version 1.0.0 Stable

    Bauke released this 2021-03-22 11:51:05 +00:00 | 39 commits to main since this release

    • Added a distinct error type. Thanks @mainrs! (#1)
    Downloads
  • 0.3.0 8279e43330

    Bauke released this 2020-08-28 11:37:56 +00:00 | 44 commits to main since this release

    • Consolidated the OPML API and CLI into one repository.
    Downloads