Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnapSac committed Oct 5, 2022
1 parent 76a63a9 commit 75a79d9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.6.0] - 2022010-05
### Added
- Offline support for `--run-days` by @KnapSac in https://github.com/KnapSac/gobbler/pull/16
- Update dependencies by @KnapSac in https://github.com/KnapSac/gobbler/pull/17

### Fixed
- Fix detecting offline mode

### Changed
- Simplify code after upgrade to latest windows-rs

## [0.5.0] - 2022-06-25
### Added
- Add `--limit` to limit number of posts per feed by @KnapSac in https://github.com/KnapSac/gobbler/pull/15
Expand Down Expand Up @@ -41,7 +52,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.5.0...HEAD
[Unreleased]: https://github.com/KnapSac/gobbler/compare/v0.6.0...HEAD
[0.5.0]: https://github.com/KnapSac/gobbler/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/KnapSac/gobbler/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/KnapSac/gobbler/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/KnapSac/gobbler/compare/v0.2.1...v0.3.0
Expand Down
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.5.0"
version = "0.6.0"
edition = "2021"
license = "MIT OR Apache-2.0"

Expand Down

0 comments on commit 75a79d9

Please sign in to comment.