Skip to content

Commit

Permalink
Release v0.9.4
Browse files Browse the repository at this point in the history
What's Changed
==============

* Bump actions/checkout from 3.0.2 to 3.1.0 by @dependabot in #47
* feat: enable Clone, Eq, PartialEq and Debug macro for RegistryAuth by @Xynnn007 in #48
* fix: address broken test by @flavio in #52
* Update rstest requirement from 0.15.0 to 0.16.0 by @dependabot in #55
* Add async_read support for pull_blob API by @arronwy in #54
* fix: rustls allow usage or system root certificates by @flavio in #56

== New Contributors
* @Xynnn007 made their first contribution in #48

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Dec 14, 2022
1 parent 7846dda commit e82c07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit e82c07c

Please sign in to comment.