Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.13.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.12.0...v0.13.0) (2025-08-21)


### ⚠ BREAKING CHANGES

* Refactor AlloyDBVectorStore and AlloyDBEngine to depend on PGVectorstore and PGEngine respectively ([#434](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/434))

### Documentation

* Add hybrid search documentation ([#457](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/457)) ([185b5b8](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/185b5b898c489e38b82c76462cad00ebfcd51414))


### Miscellaneous Chores

* Release 0.13.0 ([#463](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/463)) ([9e60b1f](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/9e60b1f5145682e3ed761b7d64d3f98d3d244329))


### Code Refactoring

* Refactor AlloyDBVectorStore and AlloyDBEngine to depend on PGVectorstore and PGEngine respectively ([#434](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/434)) ([2293bd7](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/2293bd76f294c3e62f08560311621f58a1628cdd))

## [0.12.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.11.0...v0.12.0) (2025-06-02)


Expand Down
2 changes: 1 addition & 1 deletion src/langchain_google_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.12.0"
__version__ = "0.13.0"