Skip to content

Commit 813c3db

Browse files
committed
Bump version to 0.2.5
This change bumps the version of the crate to 0.2.5. The following notable changes have been made since 0.2.4: - Eliminated emitting of '-> ()' constructs in test function signatures
1 parent 8899caa commit 813c3db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.2.5
2+
-----
33
- Eliminated emitting of `-> ()` constructs in test function signatures
44

55

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-env-log"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
authors = ["Daniel Mueller <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)