Skip to content

Commit 8ccc6cc

Browse files
committed
Bump version and add version to CHANGELOG.md
Signed-off-by: Rasmus Faber-Espensen <rfaber@gmail.com>
1 parent 7fae9d5 commit 8ccc6cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ 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 support for authentication with ECR registries (0.2.34)
1718
- Add support for Docker credsStore and credHelpers (0.2.34)
18-
- Add support for authentication with ECR registries
1919
- fix 'get_manifest()' method with adding 'load_configs()' calling (0.2.33)
2020
- fix 'Provider' method signature to allow custom CA-Bundles (0.2.32)
2121
- initialize headers variable in do_request (0.2.31)

docs/getting_started/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ auth backend by setting the `auth_backend` to `ecr`:
685685
```python
686686
import oras.client
687687
client = oras.client.OrasClient(auth_backend="ecr")
688-
client.pull(target="123456789012.dkr.ecr.us-east-1.amazonaws.com/my-repo:latest")
688+
client.pull(target="123456789012.dkr.ecr.us-east-1.amazonaws.com/my-repo:latest")
689689
```
690690

691691
## Custom Clients

0 commit comments

Comments
 (0)