From 3c4245e31af8204614ec0181afc45eec00f3f511 Mon Sep 17 00:00:00 2001 From: Casper Verhaar Date: Fri, 17 May 2024 07:36:07 +0200 Subject: [PATCH] Release `0.7.1` --- 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 a45f5e3..558460d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [0.7.1] - 2024-05-17 + +### Fixed + +- Remove parens surrounding url in output by @KnapSac in https://github.com/KnapSac/gobbler/pull/22 + ## [0.7.0] - 2024-01-20 ### Added @@ -84,7 +90,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.7.0...HEAD +[Unreleased]: https://github.com/KnapSac/gobbler/compare/v0.7.1...HEAD +[0.7.1]: https://github.com/KnapSac/gobbler/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/KnapSac/gobbler/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/KnapSac/gobbler/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/KnapSac/gobbler/compare/v0.5.0...v0.6.0 diff --git a/Cargo.lock b/Cargo.lock index d290a28..77a7776 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,7 +226,7 @@ dependencies = [ [[package]] name = "gobbler" -version = "0.7.0" +version = "0.7.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 45c64af..b00905e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gobbler" -version = "0.7.0" +version = "0.7.1" edition = "2021" license = "MIT OR Apache-2.0"