Skip to content

Commit

Permalink
build(version): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjani committed Apr 13, 2021
1 parent e17f80b commit 17b4612
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.8.0] - 2021-03-14
### Fixed
* All w3 selectors (partially) supported (Issue [#66](https://github.com/out-of-cheese-error/gooseberry/issues/66))

## [0.7.1] - 2021-03-29

### Added
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gooseberry"
version = "0.7.1"
version = "0.8.0"
authors = ["Ninjani"]
edition = "2018"
description = "A command line utility to generate a knowledge base from Hypothesis annotations "
Expand All @@ -13,7 +13,7 @@ include = ["src/**/*", "README.md"]

[dependencies]
# Hypothesis
hypothesis = { version = "0.10.0", default-features = false }
hypothesis = { version = "0.10.2", default-features = false }
tokio = { version = "1.4.0", features = ["macros"] }

# To extract the base URI
Expand Down

0 comments on commit 17b4612

Please sign in to comment.