Skip to content

Commit e57a5a1

Browse files
chore(main): release 0.10.0 (#386)
* chore(main): release 0.10.0 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent 6a8f468 commit e57a5a1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [0.10.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.9.3...v0.10.0) (2025-03-18)
4+
5+
6+
### Features
7+
8+
* **langgraph:** Add checkpointer interface ([#391](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/391)) ([cb5fb6f](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/cb5fb6f3b5b662fbe62a6b38b79ede328ca55acd))
9+
* **deps:** Update dependency numpy to v2 ([#327](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/327)) ([4b1f8dc](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/4b1f8dcb44db79c99d4e76d66d697d826eaf97c9))
10+
11+
### Bug Fixes
12+
13+
* **engine:** Loop error on close ([#393](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/393)) ([9dc3266](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/9dc3266de4a6b78d76f0dd16780af91c371fed99))
14+
15+
16+
### Documentation
17+
18+
* **langgraph:** Add checkpointer docs ([#401](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/401)) ([0b88622](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/0b886223df7cdbea876a1fb8e292ab045c58a8c8))
19+
320
## [0.9.3](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.9.2...v0.9.3) (2025-02-25)
421

522

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.9.3"
15+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)