Skip to content

Commit af0b61c

Browse files
chore(main): release 0.13.0 (#279)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent 2c94740 commit af0b61c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [0.13.0](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/compare/v0.12.1...v0.13.0) (2025-03-17)
4+
5+
6+
### Features
7+
8+
* **langgraph:** Add Langgraph Checkpointer ([#284](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/284)) ([14a4240](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/14a4240e1e5769b203e9463d016d08ac2e6f603e))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** Update dependency numpy to v2 ([#251](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/251)) ([a164aa2](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/a164aa2d54575461e993594a1c98b8fac0e06ea2))
14+
* **engine:** Loop error on close ([#285](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/285)) ([e8bd4ae](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/e8bd4ae9f03a3e60af0a1335d976423b0ae6e41a))
15+
316
## [0.12.1](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/compare/v0.12.0...v0.12.1) (2025-02-12)
417

518

src/langchain_google_cloud_sql_pg/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.12.1"
16+
__version__ = "0.13.0"

0 commit comments

Comments
 (0)