Skip to content

Commit e7e781f

Browse files
chore(main): release 0.9.0 (#268)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Averi Kitsch <[email protected]>
1 parent 557ebc7 commit e7e781f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [0.9.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.8.0...v0.9.0) (2024-12-19)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
15+
16+
### Documentation
17+
18+
* 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))
19+
320
## [0.8.0](https://github.com/googleapis/langchain-google-alloydb-pg-python/compare/v0.7.0...v0.8.0) (2024-10-23)
421

522

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.8.0"
15+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)