We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206b262 commit 18c964bCopy full SHA for 18c964b
CHANGELOG.md
@@ -14,6 +14,7 @@ and **Merged pull requests**. Critical items to know are:
14
The versions coincide with releases on pip. Only major versions will be released as tags on Github.
15
16
## [0.0.x](https://github.com/oras-project/oras-py/tree/main) (0.0.x)
17
+ - add missing prefix property to auth backend (0.2.23)
18
- allow for filepaths to include `:` (0.2.22)
19
- release request (0.2.21)
20
- add missing basic auth data for request token function in token auth backend (0.2.2)
oras/version.py
@@ -2,7 +2,7 @@
2
__copyright__ = "Copyright The ORAS Authors."
3
__license__ = "Apache-2.0"
4
5
-__version__ = "0.2.22"
+__version__ = "0.2.23"
6
AUTHOR = "Vanessa Sochat"
7
EMAIL = "[email protected]"
8
NAME = "oras"
0 commit comments