Skip to content

Commit

Permalink
build(version): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjani committed Mar 10, 2021
1 parent a4a581c commit e2bddfe
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 "
Expand Down

0 comments on commit e2bddfe

Please sign in to comment.