diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc68c6..e57b0c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,14 @@ # Changelog +## [0.2.0](https://github.com/devr-tools/codeguard/compare/v0.1.0...v0.2.0) (2026-06-16) + + +### Features + +* add contracts check family for API/contract drift detection ([1406bd5](https://github.com/devr-tools/codeguard/commit/1406bd5f4a68b1d7a469c325e79fde6fb536b875)) +* feat(inital release) ([b6620e3](https://github.com/devr-tools/codeguard/commit/b6620e3024ffa5326eb06a612b5804270ce8250c)) +* **inital release:** initial release ([f7cc9cd](https://github.com/devr-tools/codeguard/commit/f7cc9cdfa030d42666c3b60f886b8938751fd7cd)) +* **parsers,security:** deepen pure-Go parsers and add Go/Python taint analysis ([9f42f4a](https://github.com/devr-tools/codeguard/commit/9f42f4a75d9916b0eff040b57edafc09af7b1c64)) +* **typescript:** cross-module taint analysis with function summaries ([d8fc21c](https://github.com/devr-tools/codeguard/commit/d8fc21c56f9290e6a23955816bf7a534a118fc14)) + +## Changelog