Skip to content

Commit 9733c43

Browse files
chore(main): release 0.11.0 (#403)
* chore(main): release 0.11.0 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Averi Kitsch <[email protected]>
1 parent a9e3b4c commit 9733c43

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.11.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.10.0...v0.11.0) (2025-04-30)
4+
5+
6+
### Features
7+
8+
* Update AlloyDB VectorStore to expected LangChain functionality ([#402](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/402)) ([432b77f](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/432b77fc21a8326255510f155d9079bfbf114b92))
9+
10+
11+
### Bug Fixes
12+
13+
* Update JSON conversion method ([#405](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/405)) ([9f9154a](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/9f9154aeeba6c2b1f04c0c5dc56c0fdff789af42))
14+
315
## [0.10.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.9.3...v0.10.0) (2025-03-18)
416

517

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.10.0"
15+
__version__ = "0.11.0"

0 commit comments

Comments
 (0)