Skip to content

Commit

Permalink
build(version): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjani committed Nov 28, 2020
1 parent e4c5462 commit f5410aa
Show file tree
Hide file tree
Showing 4 changed files with 837 additions and 834 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2020-11-28
### Changed:
* hypothesis crate points to crates.io version instead of git
* upgraded dependencies (except tokio and directories-next)

### Added:
* badges to README
* link to releases in README
* first crates.io version

## [0.1.0] - 2020-11-28
First somewhat decent release!

Main commands:
* `gooseberry sync` - syncs hypothesis annotations to gooseberry
* `gooseberry search` - opens an interactive search buffer to select annotations.
Expand All @@ -15,4 +28,8 @@ Main commands:
* `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.
Useful if you have a bunch of annotations scattered around and want to move them into one group for gooseberry.


[0.1.1]: https://github.com/out-of-cheese-error/gooseberry/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/out-of-cheese-error/gooseberry/releases/tag/0.1.0
Loading

0 comments on commit f5410aa

Please sign in to comment.