Skip to content

Commit 17f1a60

Browse files
committed
chore: update changelog and version
Signed-off-by: Nate Faerber <natefaerber@gmail.com>
1 parent 42c433c commit 17f1a60

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The versions coincide with releases on pip. Only major versions will be released
1515

1616
## [0.0.x](https://github.com/oras-project/oras-py/tree/main) (0.0.x)
1717
- check for blob existence before uploading (0.2.26)
18+
- fix get_tags for ECR when limit is None, closes issue [173](https://github.com/oras-project/oras-py/issues/173)
1819
- retry on 500 (0.2.25)
1920
- align provider config_path type annotations (0.2.24)
2021
- add missing prefix property to auth backend (0.2.23)

oras/version.py

Lines changed: 1 addition & 1 deletion
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.25"
5+
__version__ = "0.2.26"
66
AUTHOR = "Vanessa Sochat"
77
EMAIL = "vsoch@users.noreply.github.com"
88
NAME = "oras"

0 commit comments

Comments
 (0)