From e2bddfe7abb699b06375063fdf7d9c4d2c0a1cb8 Mon Sep 17 00:00:00 2001 From: Ninjani <48680156+Ninjani@users.noreply.github.com> Date: Wed, 10 Mar 2021 17:20:34 +0100 Subject: [PATCH] build(version): bump --- CHANGELOG.md | 6 ++++-- Cargo.lock | 28 ++++++++++++++-------------- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a179bbb..60c1d9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.6.0] - 2021-03-10 ### Added -* `ignore_tags` config option (Issue [#60](https://github.com/out-of-cheese-error/gooseberry/issues/60)) * Tag manager that displays a search window of existing tags to add/remove and allows creating new tags ( Issue [#63](https://github.com/out-of-cheese-error/gooseberry/issues/63)) +* `ignore_tags` config option (Issue [#60](https://github.com/out-of-cheese-error/gooseberry/issues/60)) * Add/remove multiple tags at once using comma-separated input e.g `gooseberry tag --from=today tag1,tag2,tag3` ### Changed @@ -99,6 +99,8 @@ Main commands: * `gooseberry move` - move annotations from one group to another (**move** not copy). Useful if you have a bunch of annotations scattered around and want to move them into one group for gooseberry. +[0.6.0]: https://github.com/out-of-cheese-error/gooseberry/compare/0.5.2...0.6.0 + [0.5.2]: https://github.com/out-of-cheese-error/gooseberry/compare/0.5.1...0.5.2 [0.5.1]: https://github.com/out-of-cheese-error/gooseberry/compare/0.5.0...0.5.1 diff --git a/Cargo.lock b/Cargo.lock index 6ef008a..aebd6fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -940,9 +940,9 @@ dependencies = [ "memchr", "pin-project-lite 0.2.4", "pin-utils", - "proc-macro-hack", - "proc-macro-nested", - "slab", + "proc-macro-hack", + "proc-macro-nested", + "slab", ] [[package]] @@ -1028,17 +1028,17 @@ dependencies = [ [[package]] name = "gooseberry" -version = "0.5.2" +version = "0.6.0" dependencies = [ - "assert_cmd", - "bat", - "bincode", - "chrono", - "chrono-english", - "color-eyre", - "confy", - "dialoguer", - "directories-next", + "assert_cmd", + "bat", + "bincode", + "chrono", + "chrono-english", + "color-eyre", + "confy", + "dialoguer", + "directories-next", "dotenv", "eyre", "futures", @@ -2224,7 +2224,7 @@ version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 1.0.0", "libc", "winapi", ] diff --git a/Cargo.toml b/Cargo.toml index 329dbb1..9cc09bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gooseberry" -version = "0.5.2" +version = "0.6.0" authors = ["Ninjani"] edition = "2018" description = "A command line utility to generate a knowledge base from Hypothesis annotations "