Skip to content

Commit

Permalink
Merge pull request #121 from unoplat/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
JayGhiya authored Oct 4, 2024
2 parents a63a3d7 + 5fccafe commit d58ed58
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/configuration/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
15 changes: 15 additions & 0 deletions unoplat-code-confluence-query-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
13 changes: 13 additions & 0 deletions unoplat-code-confluence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion unoplat-code-confluence/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "unoplat-code-confluence"
version = "0.11.1"
version = "0.12.0"
description = "codebase understanding"
authors = ["JayGhiya <ghiya6548@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit d58ed58

Please sign in to comment.