Skip to content

Commit d4f3e43

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2020-07-26) ### Bug Fixes * additional metadata for publishing ([830f1f1](830f1f1)) ### Features * clean environment variable ([d216cbf](d216cbf)) * make EnvironmentTestGuard, set_env public ([209d54d](209d54d)) * restore environment variable ([5c49ce1](5c49ce1)) * set environment variable ([289b2c7](289b2c7))
1 parent 2339d61 commit d4f3e43

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# 1.0.0 (2020-07-26)
2+
3+
4+
### Bug Fixes
5+
6+
* additional metadata for publishing ([830f1f1](https://github.com/codinaut/envtestkit/commit/830f1f10b1e63f39b09b27c00f22381940dc431b))
7+
8+
9+
### Features
10+
11+
* clean environment variable ([d216cbf](https://github.com/codinaut/envtestkit/commit/d216cbfebaf61ebe3956c49555cbc92bf553b598))
12+
* make EnvironmentTestGuard, set_env public ([209d54d](https://github.com/codinaut/envtestkit/commit/209d54d265e2fbb5d0689a2baf7b868596eaaa7d))
13+
* restore environment variable ([5c49ce1](https://github.com/codinaut/envtestkit/commit/5c49ce1e812b0865b399dfd4f47aef2d43ea6d1b))
14+
* set environment variable ([289b2c7](https://github.com/codinaut/envtestkit/commit/289b2c7d8f098d9b865004b0126f1d75339dcf70))

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 = "0.1.0"
8+
version = "1.0.0"
99

1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

0 commit comments

Comments
 (0)