Skip to content

Commit 9cd623b

Browse files
chore(main): release 0.14.0 (#291)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1baecec commit 9cd623b

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.14.0](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/compare/v0.13.0...v0.14.0) (2025-04-29)
4+
5+
6+
### Features
7+
8+
* Update Postgres VectorStore to expected LangChain functionality ([#290](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/290)) ([605c31d](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/605c31dad924d359e2de0bc26476c5830a0cba69))
9+
10+
11+
### Bug Fixes
12+
13+
* **docs:** Fix link in README ([#293](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/293)) ([6bfc58c](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/6bfc58cd7d546cb454ff2a18c74cec287fc764cb))
14+
* Update JSON conversion ([#296](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/296)) ([4313ba2](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/4313ba234f2328537ed9401c1152d78c1ab71440))
15+
316
## [0.13.0](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/compare/v0.12.1...v0.13.0) (2025-03-17)
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.13.0"
16+
__version__ = "0.14.0"

0 commit comments

Comments
 (0)