Skip to content

Commit 34d7bc1

Browse files
committed
updated version
1 parent b61d204 commit 34d7bc1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### `0.7.4`:
2+
* support multiple headers for gRPC requests
3+
14
#### `0.7.3`:
25
* changed valid cut variable regex from `[A-Za-z_]` to `[A-Za-z_0-9]` as alpha _numerics_ were the intended format
36

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "darkroom"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
description = "A contract testing tool built in Rust"
55
authors = ["Mikhail Katychev <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)