From 3503e4c094bbc756db4f50542bfe1807129da9f5 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Tue, 12 Apr 2022 22:44:10 -0500 Subject: [PATCH] Cut a new release for v0.19.0 This one is still a manual release, I am hoping to get this automated soon. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df2c468..d498210 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.18.0" +version = "0.19.0" authors = ["Abhishek Chanda ", "Linus Färnstrand "] description = "A library to work with IP CIDRs in Rust" license = "MIT OR Apache-2.0"