File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ The versions coincide with releases on pip. Only major versions will be released
15
15
16
16
## [ 0.0.x] ( https://github.com/oras-project/oras-py/tree/main ) (0.0.x)
17
17
- 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 )
18
19
- retry on 500 (0.2.25)
19
20
- align provider config_path type annotations (0.2.24)
20
21
- add missing prefix property to auth backend (0.2.23)
Original file line number Diff line number Diff line change 2
2
__copyright__ = "Copyright The ORAS Authors."
3
3
__license__ = "Apache-2.0"
4
4
5
- __version__ = "0.2.25 "
5
+ __version__ = "0.2.26 "
6
6
AUTHOR = "Vanessa Sochat"
7
7
EMAIL = "vsoch@users.noreply.github.com"
8
8
NAME = "oras"
You can’t perform that action at this time.
0 commit comments