diff --git a/.github/configuration/release-please-manifest.json b/.github/configuration/release-please-manifest.json index 7df6a3d..07a1651 100644 --- a/.github/configuration/release-please-manifest.json +++ b/.github/configuration/release-please-manifest.json @@ -1,4 +1,4 @@ { - "unoplat-code-confluence": "0.11.1", - "unoplat-code-confluence-query-engine": "0.0.1" + "unoplat-code-confluence": "0.12.0", + "unoplat-code-confluence-query-engine": "0.1.0" } diff --git a/unoplat-code-confluence-query-engine/CHANGELOG.md b/unoplat-code-confluence-query-engine/CHANGELOG.md new file mode 100644 index 0000000..50ef253 --- /dev/null +++ b/unoplat-code-confluence-query-engine/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [0.1.0](https://github.com/unoplat/unoplat-code-confluence/compare/v0.0.1...v0.1.0) (2024-10-04) + + +### Features + +* added poc for chat with codebase ([4010a4f](https://github.com/unoplat/unoplat-code-confluence/commit/4010a4f4bbc049d441b41d37c3fdb68d6e59b96e)) +* added support for package and codebase ([6c353ea](https://github.com/unoplat/unoplat-code-confluence/commit/6c353ea62f41ead39f198e192f00dc8f6a509e5d)) +* enabled textual based chat ([f765b30](https://github.com/unoplat/unoplat-code-confluence/commit/f765b303353effdd2427b30e0c91a31d5de69831)) + + +### Bug Fixes + +* updated dspy versions ([32c2c3f](https://github.com/unoplat/unoplat-code-confluence/commit/32c2c3fd1fa36c9e01cf083d876c4c59f65f3eae)) diff --git a/unoplat-code-confluence/CHANGELOG.md b/unoplat-code-confluence/CHANGELOG.md index faf5d79..06ad60f 100644 --- a/unoplat-code-confluence/CHANGELOG.md +++ b/unoplat-code-confluence/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.12.0](https://github.com/unoplat/unoplat-code-confluence/compare/v0.11.1...v0.12.0) (2024-10-04) + + +### Features + +* enabled textual based chat ([f765b30](https://github.com/unoplat/unoplat-code-confluence/commit/f765b303353effdd2427b30e0c91a31d5de69831)) +* support ingestion into neo4j with vector embeddings ([07bd949](https://github.com/unoplat/unoplat-code-confluence/commit/07bd949c3834903000ccc52f4148714b231345cc)) + + +### Bug Fixes + +* bugs during ingestion of codebase->package->class ([a18c3b6](https://github.com/unoplat/unoplat-code-confluence/commit/a18c3b678a33d3b11f6cae41f290e845e77f6ec1)) + ## [0.11.1](https://github.com/unoplat/unoplat-code-confluence/compare/v0.11.0...v0.11.1) (2024-09-07) diff --git a/unoplat-code-confluence/pyproject.toml b/unoplat-code-confluence/pyproject.toml index e397389..d27cae0 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.11.1" +version = "0.12.0" description = "codebase understanding" authors = ["JayGhiya "] readme = "README.md"