From 38bf7e70181ef34cd69a13c0e28d3400c9c20b76 Mon Sep 17 00:00:00 2001 From: Ninjani <48680156+Ninjani@users.noreply.github.com> Date: Mon, 29 Mar 2021 08:39:20 +0200 Subject: [PATCH] build(version): bump --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 "