Skip to content

Commit

Permalink
0.4.1-rc.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 25, 2024
1 parent c46ea91 commit 1f92380
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 43 deletions.
88 changes: 46 additions & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## v0.4.1-rc.3 (2024-10-25)

### Chore

* chore: update release action for rc ([`c46ea91`](https://github.com/yana1205/compliance-to-policy/commit/c46ea911d590ed183e138db3724ecaaff92275da))

### Feature

* feat: tmp ([`1f0326f`](https://github.com/yana1205/compliance-to-policy/commit/1f0326f6895e693e09e14aa93871b9144086992a))

## v0.4.1-rc.2 (2024-10-25)

## v0.4.1-rc.1 (2024-10-25)
Expand All @@ -8,10 +18,46 @@

* chore: add release branch strategy ([`bcea74d`](https://github.com/yana1205/compliance-to-policy/commit/bcea74d8572e01a1e34e39a01243797c063c057c))

### Documentation

* docs: removes CODE_OF_CONDUCT.md (#24)

Signed-off-by: Takumi Yanagawa <[email protected]> ([`ea1915f`](https://github.com/yana1205/compliance-to-policy/commit/ea1915f1aa93cf34973245b71136803bb212ebb9))

### Feature

* feat: add local-definitions ([`6dcc049`](https://github.com/yana1205/compliance-to-policy/commit/6dcc049eac142263a81fc04c9f5757c2d9b50d2a))

* feat: enhance release management (enable GitHub release and publish to PyPI) (#29)

* fix: search key for rule should be Rule_Id (#28)

Signed-off-by: Takumi Yanagawa <[email protected]>

* feat: add release automation (#28)

Signed-off-by: Takumi Yanagawa <[email protected]>

* fix: manually install detect-secret to manage direct dependency packages out side Pypi (#28)

Signed-off-by: Takumi Yanagawa <[email protected]>

* fix: Logo needs to be referenced by full url (#28)

Signed-off-by: Takumi Yanagawa <[email protected]>

* fix: makefile for UT and trestle verion in UT (#28)

Signed-off-by: Takumi Yanagawa <[email protected]>

* fix: replace namespace from ibm.github.com to oscal-compass.github.io (#28)

Signed-off-by: Takumi Yanagawa <[email protected]>

---------

Signed-off-by: Takumi Yanagawa <[email protected]> ([`1ebcfd8`](https://github.com/yana1205/compliance-to-policy/commit/1ebcfd8f5d7cc1e76497029280d269b1a5c84c92))

### Unknown

* Chore: update go modules (#31)
Expand Down Expand Up @@ -58,48 +104,6 @@ Signed-off-by: Lou DeGenaro <[email protected]>
Signed-off-by: Yuji Watanabe <[email protected]>
Co-authored-by: Yuji Watanabe <[email protected]> ([`3c9e94e`](https://github.com/yana1205/compliance-to-policy/commit/3c9e94e4f38d0125b14ccb3f5d8f19e96b917179))

## v0.4.0 (2024-08-29)

### Documentation

* docs: removes CODE_OF_CONDUCT.md (#24)

Signed-off-by: Takumi Yanagawa <[email protected]> ([`ea1915f`](https://github.com/yana1205/compliance-to-policy/commit/ea1915f1aa93cf34973245b71136803bb212ebb9))

### Feature

* feat: enhance release management (enable GitHub release and publish to PyPI) (#29)

* fix: search key for rule should be Rule_Id (#28)

Signed-off-by: Takumi Yanagawa <[email protected]>

* feat: add release automation (#28)

Signed-off-by: Takumi Yanagawa <[email protected]>

* fix: manually install detect-secret to manage direct dependency packages out side Pypi (#28)

Signed-off-by: Takumi Yanagawa <[email protected]>

* fix: Logo needs to be referenced by full url (#28)

Signed-off-by: Takumi Yanagawa <[email protected]>

* fix: makefile for UT and trestle verion in UT (#28)

Signed-off-by: Takumi Yanagawa <[email protected]>

* fix: replace namespace from ibm.github.com to oscal-compass.github.io (#28)

Signed-off-by: Takumi Yanagawa <[email protected]>

---------

Signed-off-by: Takumi Yanagawa <[email protected]> ([`1ebcfd8`](https://github.com/yana1205/compliance-to-policy/commit/1ebcfd8f5d7cc1e76497029280d269b1a5c84c92))

### Unknown

* Merge pull request #26 from rahearn/update-trestle

Update to compliance-trestle ~= 3.3 ([`b028bb1`](https://github.com/yana1205/compliance-to-policy/commit/b028bb16a251c7f0f65e8bdb740151577cc9f13e))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package-dir = { "c2p" = "c2p" }
include = ["c2p*"]

[project]
version = "0.4.1-rc.2"
version = "0.4.1-rc.3"
name = "compliance-to-policy"
authors = [{ name = "Takumi Yanagawa", email = "[email protected]" }]
description = "Tools to bridge Compliance and Policy"
Expand Down

0 comments on commit 1f92380

Please sign in to comment.