Skip to content

Commit 18c964b

Browse files
committed
update changelog and version
Signed-off-by: tarilabs <[email protected]>
1 parent 206b262 commit 18c964b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and **Merged pull requests**. Critical items to know are:
1414
The versions coincide with releases on pip. Only major versions will be released as tags on Github.
1515

1616
## [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)
1718
- allow for filepaths to include `:` (0.2.22)
1819
- release request (0.2.21)
1920
- add missing basic auth data for request token function in token auth backend (0.2.2)

oras/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__copyright__ = "Copyright The ORAS Authors."
33
__license__ = "Apache-2.0"
44

5-
__version__ = "0.2.22"
5+
__version__ = "0.2.23"
66
AUTHOR = "Vanessa Sochat"
77
88
NAME = "oras"

0 commit comments

Comments
 (0)