Skip to content

Commit

Permalink
Merge pull request #203 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 Nov 4, 2024
2 parents 095b4b1 + 28f4f1d commit 1a2a469
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/configuration/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"unoplat-code-confluence": "0.14.0",
"unoplat-code-confluence": "0.15.0",
"unoplat-code-confluence-query-engine": "0.5.0",
"unoplat-code-confluence-commons": "0.2.7"
"unoplat-code-confluence-commons": "0.3.0"
}
7 changes: 7 additions & 0 deletions unoplat-code-confluence-commons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/unoplat/unoplat-code-confluence/compare/unoplat-code-confluence-commons-v0.2.7...unoplat-code-confluence-commons-v0.3.0) (2024-11-04)


### Features

* enhanced data models from python ([6288f3d](https://github.com/unoplat/unoplat-code-confluence/commit/6288f3d1b0ca68f8ee38f685102b8e22fd366aad))

## [0.2.7](https://github.com/unoplat/unoplat-code-confluence/compare/unoplat-code-confluence-commons-v0.2.6...unoplat-code-confluence-commons-v0.2.7) (2024-10-25)


Expand Down
2 changes: 1 addition & 1 deletion unoplat-code-confluence-commons/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "unoplat-code-confluence-commons"
version = "0.2.7"
version = "0.3.0"
description = "this will hold common operations/models required across code confluence ingestion and query utilities"
authors = ["JayGhiya <[email protected]>"]
readme = "README.md"
Expand Down
11 changes: 11 additions & 0 deletions unoplat-code-confluence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.15.0](https://github.com/unoplat/unoplat-code-confluence/compare/unoplat-code-confluence-v0.14.0...unoplat-code-confluence-v0.15.0) (2024-11-04)


### Features

* added more context and right exclusions for pipelines ([add3c28](https://github.com/unoplat/unoplat-code-confluence/commit/add3c28afecb9b6a395075f195290f2dddb18b52))
* enabled litellm support for dspy ([c96a059](https://github.com/unoplat/unoplat-code-confluence/commit/c96a059059c5d4745320d2bb02351b73594a85d3))
* enhanced data models from python ([6288f3d](https://github.com/unoplat/unoplat-code-confluence/commit/6288f3d1b0ca68f8ee38f685102b8e22fd366aad))
* enhanced dspy pipelines by introducing json schema before sharing json ([34d69d8](https://github.com/unoplat/unoplat-code-confluence/commit/34d69d81bc9219436bb73a39ba7ffb5f84414483))
* enhanced function summary by introducing json schema ([c0e4944](https://github.com/unoplat/unoplat-code-confluence/commit/c0e4944aaf9f291610338d4d45dade945b7229b2))

## [0.14.0](https://github.com/unoplat/unoplat-code-confluence/compare/unoplat-code-confluence-v0.13.4...unoplat-code-confluence-v0.14.0) (2024-10-29)


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.14.0"
version = "0.15.0"
description = "codebase understanding"
authors = ["JayGhiya <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1a2a469

Please sign in to comment.