From dec21a68fe260d065bb53586396ec0c6db5eb0c9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:54:37 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 13 +++++++++++++ src/langchain_google_cloud_sql_mssql/version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b46735..20ba473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0](https://github.com/googleapis/langchain-google-cloud-sql-mssql-python/compare/v0.1.0...v0.2.0) (2024-05-01) + + +### Features + +* **ci:** Test against multiple versions ([#36](https://github.com/googleapis/langchain-google-cloud-sql-mssql-python/issues/36)) ([e07bb82](https://github.com/googleapis/langchain-google-cloud-sql-mssql-python/commit/e07bb826cd8106b8865b8fb332695ec822649b7a)) + + +### Documentation + +* Add API reference docs ([#45](https://github.com/googleapis/langchain-google-cloud-sql-mssql-python/issues/45)) ([d141739](https://github.com/googleapis/langchain-google-cloud-sql-mssql-python/commit/d141739089557620c598a96704582dfbce039b7e)) +* Add github links ([#29](https://github.com/googleapis/langchain-google-cloud-sql-mssql-python/issues/29)) ([9b374e3](https://github.com/googleapis/langchain-google-cloud-sql-mssql-python/commit/9b374e3963b25f26121b32dd83652f4d830f1437)) + ## 0.1.0 (2024-02-26) diff --git a/src/langchain_google_cloud_sql_mssql/version.py b/src/langchain_google_cloud_sql_mssql/version.py index c1c8212..20c5861 100644 --- a/src/langchain_google_cloud_sql_mssql/version.py +++ b/src/langchain_google_cloud_sql_mssql/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.0" +__version__ = "0.2.0"