Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <[email protected]>
  • Loading branch information
release-please[bot] and averikitsch authored Jan 6, 2025
1 parent 557ebc7 commit e7e781f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.9.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.8.0...v0.9.0) (2024-12-19)


### Features

* Add engine_args argument to engine creation functions ([#293](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/293)) ([3cfa2f6](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/3cfa2f620050742cb87e8510564d58bcfac3a9f4))


### Bug Fixes

* Update MEM version comparison ([#291](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/291)) ([b31e8aa](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/b31e8aa99f6a3c8cb8a708e501faf3b25cb910e5))


### Documentation

* Update docs to convert sync to async ([#287](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/287)) ([c953125](https://github.com/googleapis/langchain-google-alloydb-pg-python/commit/c953125f63ecfe228d1dbc6150eacbcfb1b94e9c))

## [0.8.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.7.0...v0.8.0) (2024-10-23)


Expand Down
2 changes: 1 addition & 1 deletion src/langchain_google_alloydb_pg/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.8.0"
__version__ = "0.9.0"

0 comments on commit e7e781f

Please sign in to comment.