Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 24, 2025
1 parent 56e6479 commit fec7efb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.2.0](https://github.com/googleapis/llama-index-alloydb-pg-python/compare/v0.1.0...v0.2.0) (2025-01-24)


### Features

* Adding AlloyDB Chat Store ([#37](https://github.com/googleapis/llama-index-alloydb-pg-python/issues/37)) ([320b448](https://github.com/googleapis/llama-index-alloydb-pg-python/commit/320b448fc60b2a41c4b3e1b90084d799319260eb))
* Adding Async AlloyDB Reader ([#55](https://github.com/googleapis/llama-index-alloydb-pg-python/issues/55)) ([56e6479](https://github.com/googleapis/llama-index-alloydb-pg-python/commit/56e64790c8eb85979d60b87366adb46596232e24))
* Adding Async Chat Store ([#35](https://github.com/googleapis/llama-index-alloydb-pg-python/issues/35)) ([dd98771](https://github.com/googleapis/llama-index-alloydb-pg-python/commit/dd987718f0482177d03c84eee6334703613461d0))
* Adding chat store init methods. ([#29](https://github.com/googleapis/llama-index-alloydb-pg-python/issues/29)) ([de53006](https://github.com/googleapis/llama-index-alloydb-pg-python/commit/de53006d00fe1edd5b3e5c1349613e82f0c94794))


### Bug Fixes

* **deps:** Update dependency pytest-asyncio to v0.25.2 ([#44](https://github.com/googleapis/llama-index-alloydb-pg-python/issues/44)) ([6371491](https://github.com/googleapis/llama-index-alloydb-pg-python/commit/63714917888cbd147241832aca506fbb68641b72))
* Programming error while setting multiple query option ([#47](https://github.com/googleapis/llama-index-alloydb-pg-python/issues/47)) ([5f1405e](https://github.com/googleapis/llama-index-alloydb-pg-python/commit/5f1405ed7ba7941c9c9a4370a428c720d857e6af))
* Query and return only selected metadata columns ([#52](https://github.com/googleapis/llama-index-alloydb-pg-python/issues/52)) ([dff623b](https://github.com/googleapis/llama-index-alloydb-pg-python/commit/dff623bf8d340811ed88271e59b11d0f996cc811))

## 0.1.0 (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion src/llama_index_alloydb_pg/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit fec7efb

Please sign in to comment.