Skip to content

Commit 111530d

Browse files
chore(main): release 0.12.0 (#422)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent cf2b552 commit 111530d

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.12.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.11.0...v0.12.0) (2025-06-02)
4+
5+
6+
### Features
7+
8+
* **aadd_images:** Add support for store_uri_only parameter ([#428](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/428)) ([cf2b552](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/cf2b552b4e44e62c4336ec0027ae614e34376f8c))
9+
10+
11+
### Bug Fixes
12+
13+
* Add support for a metadata column named id ([#421](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/421)) ([e92af36](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/e92af368a82d397d97db963d1e46d71cbb25ccde))
14+
315
## [0.11.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.10.0...v0.11.0) (2025-04-30)
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.11.0"
15+
__version__ = "0.12.0"

0 commit comments

Comments
 (0)