From 5f8dde13e961f90cf493a1b4cb9fb3a255405067 Mon Sep 17 00:00:00 2001 From: Ninjani <48680156+Ninjani@users.noreply.github.com> Date: Tue, 19 Jan 2021 22:10:48 +0100 Subject: [PATCH] build(version): bump --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14640d5..21e015f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,9 @@ 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.4.0] - 2021-01-19 +### Changed * escape spaces in links with "%20". See https://github.com/rust-lang/mdBook/issues/527 * remove IGNORE_TAG business, delete always deletes from hypothesis * list available groups on running `gooseberry config group` with the "use existing" option @@ -40,6 +41,7 @@ Switching to Handlebars templates instead of restricting to mdBook-style wiki (M First somewhat decent release! Main commands: + * `gooseberry sync` - syncs hypothesis annotations to gooseberry * `gooseberry search` - opens an interactive search buffer to select annotations. Has keyboard shortcuts to add tags, remove tags and delete annotations. This should be the main entrypoint for users while `gooseberry tag`, `gooseberry delete`, and `gooseberry view` @@ -49,6 +51,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.4.0]: https://github.com/out-of-cheese-error/gooseberry/compare/0.3.0...0.4.0 + [0.3.0]: https://github.com/out-of-cheese-error/gooseberry/compare/0.2.0-alpha...0.3.0 [0.2.0-alpha]: https://github.com/out-of-cheese-error/gooseberry/compare/0.1.1...0.2.0-alpha diff --git a/Cargo.lock b/Cargo.lock index 6a0c290..f2f8277 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1043,7 +1043,7 @@ dependencies = [ [[package]] name = "gooseberry" -version = "0.3.0" +version = "0.4.0" dependencies = [ "assert_cmd", "bat", diff --git a/Cargo.toml b/Cargo.toml index 2d5f923..3249c8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gooseberry" -version = "0.3.0" +version = "0.4.0" authors = ["Ninjani"] edition = "2018" description = "A command line utility to generate a knowledge base from Hypothesis annotations "