From ecec542e4581c53a26bafee9516cecd03f46e6cf Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:16:35 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 12 ++++++++++++ src/langchain_google_cloud_sql_mysql/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dff5020..2ceb15a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.0](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/compare/v0.2.3...v0.3.0) (2024-09-26) + + +### Features + +* Remove support for Python 3.8 ([#97](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/97)) ([ba02bf5](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/ba02bf528830dafb599afae43bd1bf3b2ac7c493)) + + +### Documentation + +* Update README.rst ([#94](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/94)) ([fbc3e5c](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/fbc3e5c9f65f49a9a9f6a505e5992c8c2a80fe61)) + ## [0.2.3](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/compare/v0.2.2...v0.2.3) (2024-07-03) diff --git a/src/langchain_google_cloud_sql_mysql/version.py b/src/langchain_google_cloud_sql_mysql/version.py index f6bd330..2b5d97a 100644 --- a/src/langchain_google_cloud_sql_mysql/version.py +++ b/src/langchain_google_cloud_sql_mysql/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.3" +__version__ = "0.3.0"