Skip to content

Commit 02cfd7c

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](v1.1.0...v1.1.1) (2020-07-26) ### Bug Fixes * show warning if guard is unused ([068b2c7](068b2c7))
1 parent 3ae5982 commit 02cfd7c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.1](https://github.com/codinaut/envtestkit/compare/v1.1.0...v1.1.1) (2020-07-26)
2+
3+
4+
### Bug Fixes
5+
6+
* show warning if guard is unused ([068b2c7](https://github.com/codinaut/envtestkit/commit/068b2c7bddd994ca82ee1dfa19dd130a515dac4e))
7+
18
# [1.1.0](https://github.com/codinaut/envtestkit/compare/v1.0.0...v1.1.0) (2020-07-26)
29

310

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2018"
55
homepage = "https://github.com/codinaut/envtestkit"
66
license = "MIT"
77
name = "envtestkit"
8-
version = "1.1.0"
8+
version = "1.1.1"
99

1010
[features]
1111
default = ["lock"]

0 commit comments

Comments
 (0)