From b39717bc84c4d15530a833a31d89b4b603c3bbaf Mon Sep 17 00:00:00 2001 From: Ninjani <48680156+Ninjani@users.noreply.github.com> Date: Sun, 25 Apr 2021 20:35:11 +0200 Subject: [PATCH] build(version): bump --- CHANGELOG.md | 28 ++++++++++++++++++++-------- Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ffb5f..9fbd9fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,22 +5,30 @@ 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.9.0] - 2021-04-25 + ### Added + - Nested tag support (Issue [#85](https://github.com/out-of-cheese-error/gooseberry/issues/85)) - `gooseberry config kb nested` and `nested_tag` config option to determine pattern to use for nesting tags. - `parentchild` tags used with the "Tag" hierarchy create nested folders. -- Separate make and index commands, allow filtering annotations in both ( - Issue [#90](https://github.com/out-of-cheese-error/gooseberry/issues/90)) - Better and more filtering options (Issue [#92](https://github.com/out-of-cheese-error/gooseberry/issues/92)) - Search by document title (Issue [#93](https://github.com/out-of-cheese-error/gooseberry/issues/93)) +### Changed + +- Separate make and index commands, allow filtering annotations in both ( + Issue [#90](https://github.com/out-of-cheese-error/gooseberry/issues/90)) + ## [0.8.1] - 2021-03-14 + ### Changed + - Use local time instead of UTC for search (Issue [#77](https://github.com/out-of-cheese-error/gooseberry/issues/77)) - Updated dependencies ### Fixed + - markdown preview in search (Issue [#74](https://github.com/out-of-cheese-error/gooseberry/issues/74)) ### Added @@ -138,13 +146,17 @@ 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` +* `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` are more for automating these tasks. * `gooseberry make` - builds the mdbook knowledge base -* `gooseberry config` - manages configuration, view and edit Hypothesis credentials, the Hypothesis group, and the location of the knowledge base -* `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. +* `gooseberry config` - manages configuration, view and edit Hypothesis credentials, the Hypothesis group, and the + location of the knowledge base +* `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.9.0]: https://github.com/out-of-cheese-error/gooseberry/compare/0.8.1...0.9.0 [0.8.1]: https://github.com/out-of-cheese-error/gooseberry/compare/0.8.0...0.8.1 diff --git a/Cargo.toml b/Cargo.toml index 2d25c85..8a6b684 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gooseberry" -version = "0.8.1" +version = "0.9.0" authors = ["Ninjani"] edition = "2018" description = "A command line utility to generate a knowledge base from Hypothesis annotations "