Skip to content

Commit 9cb4b30

Browse files
chore(main): release 0.13.0
1 parent 9e60b1f commit 9cb4b30

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.13.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.12.0...v0.13.0) (2025-08-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Refactor AlloyDBVectorStore and AlloyDBEngine to depend on PGVectorstore and PGEngine respectively ([#434](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/434))
9+
10+
### Documentation
11+
12+
* 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))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* 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))
18+
19+
20+
### Code Refactoring
21+
22+
* 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))
23+
324
## [0.12.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.11.0...v0.12.0) (2025-06-02)
425

526

src/langchain_google_alloydb_pg/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.12.0"
15+
__version__ = "0.13.0"

0 commit comments

Comments
 (0)