Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 20, 2024
1 parent 3ac0aab commit 88d809f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.3.0](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/compare/v0.2.3...v0.3.0) (2024-12-20)


### 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 to reflect supported maintenance version ([#104](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/104)) ([3ac0aab](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/3ac0aabe6b242b6131f1fe0eb3c368ffbcc04a97))
* 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)


Expand Down
2 changes: 1 addition & 1 deletion src/langchain_google_cloud_sql_mysql/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.2.3"
__version__ = "0.3.0"

0 comments on commit 88d809f

Please sign in to comment.