Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnapSac committed Mar 24, 2022
1 parent 437eef8 commit 66d01c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gobbler"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"

Expand Down

0 comments on commit 66d01c7

Please sign in to comment.