From 66d01c7007a18e923ad5153a39055ff51dd22686 Mon Sep 17 00:00:00 2001 From: Casper Verhaar Date: Thu, 24 Mar 2022 14:16:31 +0100 Subject: [PATCH] Release `0.3.0` --- CHANGELOG.md | 9 ++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c15185..c056200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [0.3.0] - 2022-03-24 +### Added +- Support filtering feeds by name by @KnapSac in https://github.com/KnapSac/gobbler/pull/7 +- Find more links by @KnapSac in https://github.com/KnapSac/gobbler/pull/8 +- Add support for exporting and importing subscriptions by @KnapSac in https://github.com/KnapSac/gobbler/pull/10 + ## [0.2.1] - 2022-01-05 ### Added - `last-ran-at` option for debugging purposes @@ -23,7 +29,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Support for listing the items in a RSS feed in the last specified number of weeks. - Support using `gobbler` in a shell profile. -[Unreleased]: https://github.com/KnapSac/gobbler/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/KnapSac/gobbler/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/KnapSac/gobbler/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/KnapSac/gobbler/compare/v0.0.2...v0.2.1 [0.2.0]: https://github.com/KnapSac/gobbler/compare/v0.0.1...v0.0.2 [0.1.0]: https://github.com/KnapSac/gobbler/releases/tag/v0.0.1 diff --git a/Cargo.lock b/Cargo.lock index 10c1f28..0769a47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "gobbler" -version = "0.2.1" +version = "0.3.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1638623..8d1d044 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gobbler" -version = "0.2.1" +version = "0.3.0" edition = "2021" license = "MIT OR Apache-2.0"