From 95a1481729214c9ce0c96c89fad5f092940aeee8 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Fri, 17 Feb 2023 18:51:52 -0800 Subject: [PATCH] Prepare 0.4.0 (#12) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edb5cc7..2b09bde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "error-iter" -version = "0.3.0" +version = "0.4.0" dependencies = [ "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index 80dcbb8..3a26828 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "error-iter" description = "Error::sources on stable Rust" repository = "https://github.com/parasyte/error-iter" -version = "0.3.0" +version = "0.4.0" authors = ["Jay Oster "] edition = "2018" readme = "README.md"