Skip to content

Commit

Permalink
build(version): patch bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjani committed Jan 20, 2021
1 parent bbe7ae5 commit 4bfa327
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [0.5.1] - 2020-01-21

### Fixed

* URI file name should have the full path

## [0.5.0] - 2020-01-20

### Fixed
Expand Down Expand Up @@ -68,6 +74,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.5.1]: https://github.com/out-of-cheese-error/gooseberry/compare/0.5.0...0.5.1

[0.5.0]: https://github.com/out-of-cheese-error/gooseberry/compare/0.4.0...0.5.0

[0.4.0]: https://github.com/out-of-cheese-error/gooseberry/compare/0.3.0...0.4.0
Expand Down
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.0"
version = "0.5.1"
authors = ["Ninjani"]
edition = "2018"
description = "A command line utility to generate a knowledge base from Hypothesis annotations "
Expand Down

0 comments on commit 4bfa327

Please sign in to comment.