diff --git a/CHANGELOG.md b/CHANGELOG.md index 8535544..06ca69c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.7.1] - 2021-03-29 + +### Added + +Raw annotations to page template + ## [0.7.0] - 2021-03-26 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index a63ab92..956ad47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1051,7 +1051,7 @@ dependencies = [ [[package]] name = "gooseberry" -version = "0.7.0" +version = "0.7.1" dependencies = [ "assert_cmd", "bat", diff --git a/Cargo.toml b/Cargo.toml index 9786abc..9739da4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gooseberry" -version = "0.7.0" +version = "0.7.1" authors = ["Ninjani"] edition = "2018" description = "A command line utility to generate a knowledge base from Hypothesis annotations "