From 744e0bf12f2cd3d6fe7b78afc2c5113d0e530b7b Mon Sep 17 00:00:00 2001 From: Cole MacKenzie Date: Mon, 9 Oct 2023 11:27:59 -0700 Subject: [PATCH] Bump version to v0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb775c0..d7b2dec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-ndjson" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT" authors = ["Cole Mackenzie"]