Skip to content

Commit e5481a0

Browse files
chore(main): release 0.15.0
1 parent d82ac33 commit e5481a0

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.15.0](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/compare/v0.14.1...v0.15.0) (2025-10-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Refactor PostgresVectorStore and PostgresEngine to depend on PGVectorstore and PGEngine respectively ([#316](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/316))
9+
10+
### Documentation
11+
12+
* Add Hybrid Search documentation ([#329](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/329)) ([14098ca](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/14098ca7a6cf7116e6edbcb7a5c6c3ccbce76b4a))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* Release 0.15.0 ([#331](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/331)) ([bb3c02a](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/bb3c02ad76c924cf2edcef6cb6b6b71b84ca2e18))
18+
19+
20+
### Code Refactoring
21+
22+
* Refactor PostgresVectorStore and PostgresEngine to depend on PGVectorstore and PGEngine respectively ([#316](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/316)) ([7917d62](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/7917d62c3f9ea2c6ca8ab8d6284cfa2c7e535401))
23+
324
## [0.14.1](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/compare/v0.14.0...v0.14.1) (2025-07-11)
425

526

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.14.1"
16+
__version__ = "0.15.0"

0 commit comments

Comments
 (0)