From 353978395172fdf066bc02b30d0a6a323ab67f1e Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 29 Aug 2024 21:25:06 +0300 Subject: [PATCH] release 0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27207fa..1562676 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1599,7 +1599,7 @@ dependencies = [ [[package]] name = "soldeer" -version = "0.3.1" +version = "0.3.2" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 05c1d2a..a93b39a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "soldeer" readme = "./README.md" repository = "https://github.com/mario-eth/soldeer" -version = "0.3.1" +version = "0.3.2" rust-version = "1.80" [lints] diff --git a/README.md b/README.md index e079a68..3cf400c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This project was started to solve the following issues: - npmjs was built for the js ecosystem not for solidity - github versioning of the releases is a pain and not all the projects are using it correctly -## Version 0.3.1 +## Version 0.3.2 ### Version 0.3.0 introduces the following breaking changes