Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatychev committed Jul 21, 2021
1 parent b61d204 commit 34d7bc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### `0.7.4`:
* support multiple headers for gRPC requests

#### `0.7.3`:
* changed valid cut variable regex from `[A-Za-z_]` to `[A-Za-z_0-9]` as alpha _numerics_ were the intended format

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darkroom"
version = "0.7.3"
version = "0.7.4"
description = "A contract testing tool built in Rust"
authors = ["Mikhail Katychev <mkatych@gmail.com>"]
edition = "2018"
Expand Down

0 comments on commit 34d7bc1

Please sign in to comment.