From 42f2ef741b47bf9ed350f36e48c8ff6d6d77ac0a Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Mon, 31 May 2021 22:26:58 +0200 Subject: [PATCH] Version bump 0.1.3 Read docker local configuration when performing operations like `pull` and `push`. This allows to interact with OCI repositories requiring authentication --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b30ebab4..e6d6f094 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1733,7 +1733,7 @@ dependencies = [ [[package]] name = "kwctl" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index e8ce57df..008dbc28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kwctl" description = "Tool to manage Kubewarden policies" -version = "0.1.2" +version = "0.1.3" authors = [ "Flavio Castelli ", "Rafael Fernández López ",