-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
semantic-release
committed
Nov 13, 2024
1 parent
389dc8f
commit dd45b04
Showing
2 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,69 @@ | ||
# CHANGELOG | ||
|
||
## v0.5.0 (2024-11-13) | ||
|
||
### Feature | ||
|
||
* feat: add local-definitions and findings (#34) | ||
|
||
Signed-off-by: Takumi Yanagawa <[email protected]> ([`248e1ef`](https://github.com/oscal-compass/compliance-to-policy/commit/248e1effb48322e3aad0e9ca2479f0c6adebb5c1)) | ||
|
||
### Fix | ||
|
||
* fix: trestle version in unit test | ||
|
||
Signed-off-by: Takumi Yanagawa <[email protected]> ([`0d86b0c`](https://github.com/oscal-compass/compliance-to-policy/commit/0d86b0c60c9768c9ddc64799367a4402d23d3daa)) | ||
|
||
### Unknown | ||
|
||
* Merge pull request #35 from yana1205/feat34 | ||
|
||
feat: add local-definitions and findings (#34) ([`389dc8f`](https://github.com/oscal-compass/compliance-to-policy/commit/389dc8fc7a79e2a0e076e975a0556cb0503aba8b)) | ||
|
||
* Chore: update go modules (#31) | ||
|
||
* chore: update Go modules | ||
|
||
Signed-off-by: Takumi Yanagawa <[email protected]> | ||
|
||
* chore: upgrade go-git to v5 | ||
|
||
Signed-off-by: Takumi Yanagawa <[email protected]> | ||
|
||
--------- | ||
|
||
Signed-off-by: Takumi Yanagawa <[email protected]> ([`2b0b410`](https://github.com/oscal-compass/compliance-to-policy/commit/2b0b410a1542f32433ebe447b4ffe468ac25b514)) | ||
|
||
* LF footer website guidelines (#30) | ||
|
||
* LF website | ||
|
||
https://github.com/cncf/foundation/blob/main/website-guidelines.md | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
* Fix content in readme | ||
|
||
Signed-off-by: Yuji Watanabe <[email protected]> | ||
|
||
* maintainers & cncf logo | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
* license & authors | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
* fix contributors link | ||
|
||
Signed-off-by: Lou DeGenaro <[email protected]> | ||
|
||
--------- | ||
|
||
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/oscal-compass/compliance-to-policy/commit/3c9e94e4f38d0125b14ccb3f5d8f19e96b917179)) | ||
|
||
## v0.4.0 (2024-08-29) | ||
|
||
### Documentation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ package-dir = { "c2p" = "c2p" } | |
include = ["c2p*"] | ||
|
||
[project] | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
name = "compliance-to-policy" | ||
authors = [{ name = "Takumi Yanagawa", email = "[email protected]" }] | ||
description = "Tools to bridge Compliance and Policy" | ||
|