Skip to content

Commit b39717b

Browse files
committed
build(version): bump
1 parent 9eac464 commit b39717b

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.9.0] - 2021-04-25
9+
910
### Added
11+
1012
- Nested tag support (Issue [#85](https://github.com/out-of-cheese-error/gooseberry/issues/85))
1113
- `gooseberry config kb nested` and `nested_tag` config option to determine pattern to use for nesting tags.
1214
- `parent<nested_tag>child` tags used with the "Tag" hierarchy create nested folders.
13-
- Separate make and index commands, allow filtering annotations in both (
14-
Issue [#90](https://github.com/out-of-cheese-error/gooseberry/issues/90))
1515
- Better and more filtering options (Issue [#92](https://github.com/out-of-cheese-error/gooseberry/issues/92))
1616
- Search by document title (Issue [#93](https://github.com/out-of-cheese-error/gooseberry/issues/93))
1717

18+
### Changed
19+
20+
- Separate make and index commands, allow filtering annotations in both (
21+
Issue [#90](https://github.com/out-of-cheese-error/gooseberry/issues/90))
22+
1823
## [0.8.1] - 2021-03-14
24+
1925
### Changed
26+
2027
- Use local time instead of UTC for search (Issue [#77](https://github.com/out-of-cheese-error/gooseberry/issues/77))
2128
- Updated dependencies
2229

2330
### Fixed
31+
2432
- markdown preview in search (Issue [#74](https://github.com/out-of-cheese-error/gooseberry/issues/74))
2533

2634
### Added
@@ -138,13 +146,17 @@ First somewhat decent release!
138146
Main commands:
139147

140148
* `gooseberry sync` - syncs hypothesis annotations to gooseberry
141-
* `gooseberry search` - opens an interactive search buffer to select annotations. Has keyboard shortcuts to add tags, remove tags and delete
142-
annotations. This should be the main entrypoint for users while `gooseberry tag`, `gooseberry delete`, and `gooseberry view`
149+
* `gooseberry search` - opens an interactive search buffer to select annotations. Has keyboard shortcuts to add tags,
150+
remove tags and delete annotations. This should be the main entrypoint for users while `gooseberry tag`
151+
, `gooseberry delete`, and `gooseberry view`
143152
are more for automating these tasks.
144153
* `gooseberry make` - builds the mdbook knowledge base
145-
* `gooseberry config` - manages configuration, view and edit Hypothesis credentials, the Hypothesis group, and the location of the knowledge base
146-
* `gooseberry move` - move annotations from one group to another (**move** not copy). Useful if you have a bunch of annotations scattered around and
147-
want to move them into one group for gooseberry.
154+
* `gooseberry config` - manages configuration, view and edit Hypothesis credentials, the Hypothesis group, and the
155+
location of the knowledge base
156+
* `gooseberry move` - move annotations from one group to another (**move** not copy). Useful if you have a bunch of
157+
annotations scattered around and want to move them into one group for gooseberry.
158+
159+
[0.9.0]: https://github.com/out-of-cheese-error/gooseberry/compare/0.8.1...0.9.0
148160

149161
[0.8.1]: https://github.com/out-of-cheese-error/gooseberry/compare/0.8.0...0.8.1
150162

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gooseberry"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
authors = ["Ninjani"]
55
edition = "2018"
66
description = "A command line utility to generate a knowledge base from Hypothesis annotations "

0 commit comments

Comments
 (0)