From e82c07c1c94a80690b38fe3ad9fcf7cac3dc7a58 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Wed, 14 Dec 2022 15:24:51 +0100 Subject: [PATCH] Release v0.9.4 What's Changed ============== * Bump actions/checkout from 3.0.2 to 3.1.0 by @dependabot in https://github.com/krustlet/oci-distribution/pull/47 * feat: enable Clone, Eq, PartialEq and Debug macro for RegistryAuth by @Xynnn007 in https://github.com/krustlet/oci-distribution/pull/48 * fix: address broken test by @flavio in https://github.com/krustlet/oci-distribution/pull/52 * Update rstest requirement from 0.15.0 to 0.16.0 by @dependabot in https://github.com/krustlet/oci-distribution/pull/55 * Add async_read support for pull_blob API by @arronwy in https://github.com/krustlet/oci-distribution/pull/54 * fix: rustls allow usage or system root certificates by @flavio in https://github.com/krustlet/oci-distribution/pull/56 == New Contributors * @Xynnn007 made their first contribution in https://github.com/krustlet/oci-distribution/pull/48 Signed-off-by: Flavio Castelli --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a22ee6c6..0d999d30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ license = "Apache-2.0" name = "oci-distribution" readme = "README.md" repository = "https://github.com/krustlet/oci-distribution" -version = "0.9.3" +version = "0.9.4" [badges] maintenance = {status = "actively-developed"}