Skip to content

Commit 17b4612

Browse files
committed
build(version): bump
1 parent e17f80b commit 17b4612

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.0] - 2021-03-14
9+
### Fixed
10+
* All w3 selectors (partially) supported (Issue [#66](https://github.com/out-of-cheese-error/gooseberry/issues/66))
11+
812
## [0.7.1] - 2021-03-29
913

1014
### Added

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gooseberry"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = ["Ninjani"]
55
edition = "2018"
66
description = "A command line utility to generate a knowledge base from Hypothesis annotations "
@@ -13,7 +13,7 @@ include = ["src/**/*", "README.md"]
1313

1414
[dependencies]
1515
# Hypothesis
16-
hypothesis = { version = "0.10.0", default-features = false }
16+
hypothesis = { version = "0.10.2", default-features = false }
1717
tokio = { version = "1.4.0", features = ["macros"] }
1818

1919
# To extract the base URI

0 commit comments

Comments
 (0)