From a78b9a22f7c3c86320562eaf15a2050a967532bd Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 1 Sep 2020 21:47:29 +0200 Subject: [PATCH 1/2] (cargo-release) version 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1341e0c..c7e19c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainerror" -version = "0.6.0-alpha.0" +version = "0.6.0" authors = ["Harald Hoyer "] edition = "2018" license = "MIT/Apache-2.0" From 455b01d3fb2c761ef88af79ba2656b0f71c6285e Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 1 Sep 2020 21:47:49 +0200 Subject: [PATCH 2/2] (cargo-release) start next development iteration 0.6.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7e19c6..ea0e924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainerror" -version = "0.6.0" +version = "0.6.1-alpha.0" authors = ["Harald Hoyer "] edition = "2018" license = "MIT/Apache-2.0"