Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 30, 2025
1 parent 968afe8 commit 473e56b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.19"
".": "0.2.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.2.0](https://github.com/AllexVeldman/pyoci/compare/v0.1.19...v0.2.0) (2025-01-30)


### ⚠ BREAKING CHANGES

* SHA256 digest of the provided content is checked against the provided `sha256_digest` in the request. #162

### Features

* Allow setting labels on the OCI image ([#159](https://github.com/AllexVeldman/pyoci/issues/159)) ([6140d20](https://github.com/AllexVeldman/pyoci/commit/6140d200529d80286fb6f8ac347fd75e888cd8ab))
* SHA256 digest of the provided content is checked against the provided `sha256_digest` in the request. [#162](https://github.com/AllexVeldman/pyoci/issues/162) ([968afe8](https://github.com/AllexVeldman/pyoci/commit/968afe89ed540f81fcb8bd0994d2e7938741ab7f))


### Miscellaneous Chores

* **deps:** bump pin-project from 1.1.7 to 1.1.8 ([#157](https://github.com/AllexVeldman/pyoci/issues/157)) ([8d9d0d2](https://github.com/AllexVeldman/pyoci/commit/8d9d0d27e7974e91efce5cc8a3429f891c2b987e))
* **deps:** bump reqwest from 0.12.9 to 0.12.12 ([#156](https://github.com/AllexVeldman/pyoci/issues/156)) ([b0160cb](https://github.com/AllexVeldman/pyoci/commit/b0160cb897145ee2ccee08ee6511f11d49d50361))
* **deps:** bump serde_json from 1.0.135 to 1.0.137 ([#155](https://github.com/AllexVeldman/pyoci/issues/155)) ([ed7f932](https://github.com/AllexVeldman/pyoci/commit/ed7f932484de0cdc2005f9af8d65284ed006b510))


### Code Refactoring

* Refactor of the publish path and HttpTransport [#162](https://github.com/AllexVeldman/pyoci/issues/162) ([968afe8](https://github.com/AllexVeldman/pyoci/commit/968afe89ed540f81fcb8bd0994d2e7938741ab7f))

## [0.1.19](https://github.com/AllexVeldman/pyoci/compare/v0.1.18...v0.1.19) (2025-01-13)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyoci"
version = "0.1.19"
version = "0.2.0"
edition = "2021"
authors = ["Allex Veldman"]
description = "Let any OCI compliant registry act as a PyPi index"
Expand Down

0 comments on commit 473e56b

Please sign in to comment.