diff --git a/.github/configuration/release-please-manifest.json b/.github/configuration/release-please-manifest.json index 089fc8f..dd1fc69 100644 --- a/.github/configuration/release-please-manifest.json +++ b/.github/configuration/release-please-manifest.json @@ -1,3 +1,3 @@ { - "unoplat-code-confluence": "0.7.0" + "unoplat-code-confluence": "0.8.0" } \ No newline at end of file diff --git a/unoplat-code-confluence/CHANGELOG.md b/unoplat-code-confluence/CHANGELOG.md index 0337a8b..18fe3ed 100644 --- a/unoplat-code-confluence/CHANGELOG.md +++ b/unoplat-code-confluence/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://github.com/unoplat/unoplat-code-confluence/compare/v0.7.0...v0.8.0) (2024-07-15) + + +### Features + +* drastically improved summarisation with chainofthoughtwithhints ([b328688](https://github.com/unoplat/unoplat-code-confluence/commit/b3286880a92a278e9091c97cdbd1ead6411f07d6)) + ## [0.7.0](https://github.com/unoplat/unoplat-code-confluence/compare/v0.6.0...v0.7.0) (2024-07-12) diff --git a/unoplat-code-confluence/pyproject.toml b/unoplat-code-confluence/pyproject.toml index a3d880f..8db4763 100644 --- a/unoplat-code-confluence/pyproject.toml +++ b/unoplat-code-confluence/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "unoplat-code-confluence" -version = "0.7.0" +version = "0.8.0" description = "codebase understanding" authors = ["JayGhiya "] readme = "README.md"