Skip to content

Commit 1127a71

Browse files
chore(main): release 0.12.0 (#243)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0d8fed3 commit 1127a71

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.12.0](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/compare/v0.11.1...v0.12.0) (2025-01-06)
4+
5+
6+
### Features
7+
8+
* Add engine_args argument to engine creation functions ([#242](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/242)) ([5f2f7b7](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/5f2f7b7754824fde23867137e32208ea276be43c))
9+
310
## [0.11.1](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/compare/v0.11.0...v0.11.1) (2024-11-15)
411

512

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.11.1"
16+
__version__ = "0.12.0"

0 commit comments

Comments
 (0)