From 428c3bc373d6811252f52462249e87839e26555b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:45:41 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 19 +++++++++++++++++++ .../version.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94625e6..0100495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.2.0](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/compare/v0.1.0...v0.2.0) (2024-04-08) + + +### Features + +* Add index types for vector search ([#55](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/55)) ([2e30b48](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/2e30b48ad2d1fb11f5f8964808ed5143d9231084)) +* Add MySQLVectorStore initialization methods ([#52](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/52)) ([a1c9411](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/a1c941149e1f1b33991b997e5236c4a7971058fd)) +* Adding search functions and tests ([#56](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/56)) ([5b80694](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/5b806947e5c827ebca553a68ff74a14c7d22a6a5)) +* **ci:** Run tests against multiple versions ([#51](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/51)) ([3439c9d](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/3439c9d6a277a95da835f1c59d4727855a187dee)) +* Support add and delete from MySQLVectorStore ([#53](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/53)) ([ce45617](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/ce45617ae6c9f1b6e539c31e4bcdd47aa7daf964)) + + +### Documentation + +* Add basic MySQLVectorStore usage to README ([#58](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/58)) ([e871c2b](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/e871c2b503fb0d056d7e374394db36e44dcda4c2)) +* Add end-to-end MySQL quickstart ([#61](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/61)) ([388f5a4](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/388f5a4e6b76d23c1e683029c5ea034cfe84bbf7)) +* Add github links ([#46](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/46)) ([54fbab5](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/54fbab5fd41e7b49a2d5da800afad5d3fb66b40c)) +* Add MySQLVectorStore reference notebook ([#59](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/59)) ([0ece837](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/0ece837e98ff60512d26b5c7c8fb4803e056ad3c)) + ## 0.1.0 (2024-02-22) diff --git a/src/langchain_google_cloud_sql_mysql/version.py b/src/langchain_google_cloud_sql_mysql/version.py index c1c8212..20c5861 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.1.0" +__version__ = "0.2.0"