Skip to content

Commit d44ae07

Browse files
committed
Bump version to 0.2.4
This change bumps the version of the crate to 0.2.4. The following notable changes have been made since 0.2.3: - Eliminated need for emitting of ::f test function - Excluded unnecessary files from being contained in release bundle
1 parent 3422dc8 commit d44ae07

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.4
2+
-----
33
- Eliminated need for emitting of `::f` test function
44
- Excluded unnecessary files from being contained in release bundle
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.3"
3+
version = "0.2.4"
44
authors = ["Daniel Mueller <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)