Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 24, 2024
1 parent 524b7af commit c012a23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/configuration/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"unoplat-code-confluence": "0.13.4",
"unoplat-code-confluence-query-engine": "0.4.4",
"unoplat-code-confluence-commons": "0.2.0"
"unoplat-code-confluence-commons": "0.2.1"
}
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.2.1](https://github.com/unoplat/unoplat-code-confluence/compare/unoplat-code-confluence-commons-v0.2.0...unoplat-code-confluence-commons-v0.2.1) (2024-10-24)


### Bug Fixes

* add float type to array property to hold vector indexes properly ([27d6d1b](https://github.com/unoplat/unoplat-code-confluence/commit/27d6d1b5d9af9926060c2769505b447542ac114d))

## [0.2.0](https://github.com/unoplat/unoplat-code-confluence/compare/unoplat-code-confluence-commons-v0.1.0...unoplat-code-confluence-commons-v0.2.0) (2024-10-23)


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.0"
version = "0.2.1"
description = "this will hold common operations/models required across code confluence ingestion and query utilities"
authors = ["JayGhiya <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit c012a23

Please sign in to comment.