Skip to content

Commit 90cee03

Browse files
chore(main): release 1.0.0
1 parent 593ae87 commit 90cee03

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.13.0...v1.0.0) (2025-12-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Update AlloyDBModel based on ml extension v1.5.2 ([#500](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/500))
9+
10+
### Features
11+
12+
* **deps:** Update langchain-postgres to v0.0.16 ([#499](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/499)) ([fc75b67](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/fc75b67e8ef36f681757524a0fc38421d65833d3))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** Update dependencies ([#473](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/473)) ([58b58eb](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/58b58ebd4f5ea141d72f793c4c06735e7a733e31))
18+
* Update AlloyDBModel based on ml extension v1.5.2 ([#500](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/500)) ([ca31df6](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/ca31df6a6f3c7ed003a2014f6209b337ad7414d8))
19+
20+
21+
### Documentation
22+
23+
* Update docs/vector_store.ipynb ([#472](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/472)) ([df70976](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/df7097602ddc590a556f2fdc44a6cda20c6fbf3e))
24+
325
## [0.13.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.12.0...v0.13.0) (2025-08-21)
426

527

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.13.0"
15+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)