From 1bf479c827cef03367881ef8ae2961565c3e15fb Mon Sep 17 00:00:00 2001 From: Marius Bertram Date: Mon, 18 Mar 2024 12:12:24 +0100 Subject: [PATCH] Add changelog and bump Version --- CHANGELOG.md | 1 + oras/version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 863b5bd..d90e12a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and **Merged pull requests**. Critical items to know are: The versions coincide with releases on pip. Only major versions will be released as tags on Github. ## [0.0.x](https://github.com/oras-project/oras-py/tree/main) (0.0.x) + - enable additionalProperties in schema validation (0.1.28) - Introduce the option to not refresh headers when fetching manifests when pulling artifacts (0.1.27) - To make it available for more OCI registries, the value of config used when `manifest_config` is not specified in `client.push()` has been changed from a pure empty string to `{}` (0.1.26) - refactor tests using fixtures and rework pre-commit configuration (0.1.25) diff --git a/oras/version.py b/oras/version.py index b13c0b1..40aaf2a 100644 --- a/oras/version.py +++ b/oras/version.py @@ -2,7 +2,7 @@ __copyright__ = "Copyright The ORAS Authors." __license__ = "Apache-2.0" -__version__ = "0.1.27" +__version__ = "0.1.28" AUTHOR = "Vanessa Sochat" EMAIL = "vsoch@users.noreply.github.com" NAME = "oras"