From 1b6904bfc7c8831b928f48e4f0c110fd34104c28 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Thu, 30 Jun 2022 22:00:50 -0500 Subject: [PATCH] Cut a new release for v0.20.0 (#158) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe702f5..eeac300 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.19.0" +version = "0.20.0" authors = ["Abhishek Chanda ", "Linus Färnstrand "] description = "A library to work with IP CIDRs in Rust" license = "MIT OR Apache-2.0"