From 3e9be232a881a590396ec5b1d3657225c89e796e Mon Sep 17 00:00:00 2001 From: Palmer Cox Date: Sat, 10 Apr 2021 23:38:58 -0400 Subject: [PATCH] Bump version to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25ad1f6..afc84a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -637,7 +637,7 @@ dependencies = [ [[package]] name = "netrange" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "cidr", diff --git a/Cargo.toml b/Cargo.toml index 456d786..5437524 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netrange" -version = "0.1.0" +version = "0.2.0" authors = ["Palmer Cox "] edition = "2018" license = "MIT/Apache-2.0"