Skip to content

Commit a70179b

Browse files
committed
Tag 0.11 release
== What's Changed * client is now clonable and can be used in concurrent manner by @aviramha in oras-project#109 * fix(*): Fixes our use of deprecated functions by @thomastaylor312 in oras-project#113 * Pull alternative urls by @seanyoung in oras-project#108 * Refactor auth - add re-auth mechanism by @aviramha in oras-project#111 * Implement Client::pull_manifest_raw by @MathiasPius in oras-project#115 * chore(deps): Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in oras-project#117 * chore(deps): update reqwest and http by @flavio in oras-project#119 == New Contributors * @aviramha made their first contribution in oras-project#109 * @thomastaylor312 made their first contribution in oras-project#113 * @seanyoung made their first contribution in oras-project#108 * @MathiasPius made their first contribution in oras-project#115 **Full Changelog**: oras-project/rust-oci-client@v0.10.0...v0.11.0 Signed-off-by: Flavio Castelli <[email protected]>
1 parent 4d45aa5 commit a70179b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license = "Apache-2.0"
1717
name = "oci-distribution"
1818
readme = "README.md"
1919
repository = "https://github.com/krustlet/oci-distribution"
20-
version = "0.10.0"
20+
version = "0.11.0"
2121

2222
[badges]
2323
maintenance = { status = "actively-developed" }

0 commit comments

Comments
 (0)