Skip to content

Commit

Permalink
Bump version to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbqsrc committed Sep 9, 2020
1 parent 619fc7c commit fe27fc3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.7.1 — 2020-09-09

- Fix issue with `t!` macro for unbraced blocks

# 0.7.0 — 2020-09-07

Expand Down
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
name = "cucumber_rust"
version = "0.7.0"
version = "0.7.1"
authors = ["Brendan Molloy <brendan@bbqsrc.net>"]
description = "Cucumber testing framework for Rust. Fully native, no external test runners or dependencies."
description = "Cucumber testing framework for Rust, with async support. Fully native, no external test runners or dependencies."
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["cucumber", "testing", "bdd", "atdd"]
keywords = ["cucumber", "testing", "bdd", "atdd", "async"]
categories = ["asynchronous", "development-tools::testing"]
repository = "https://github.com/bbqsrc/cucumber-rust"
documentation = "https://docs.rs/cucumber_rust"
homepage = "https://github.com/bbqsrc/cucumber-rust"
Expand Down

0 comments on commit fe27fc3

Please sign in to comment.