From 22b6e1b08861db19fa6066a060b2d12b5a10b60c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 10:01:59 +0000 Subject: [PATCH 1/4] chore(main): release 1.0.0 --- CHANGELOG.md | 11 +++++++++++ src/llama_index_cloud_sql_pg/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 251424c..343b0e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/googleapis/llama-index-cloud-sql-pg-python/compare/v0.2.3...v1.0.0) (2026-01-13) + + +### ⚠ BREAKING CHANGES + +* Disable support for py3.9 and enable support for py3.13 ([#169](https://github.com/googleapis/llama-index-cloud-sql-pg-python/issues/169)) + +### Miscellaneous Chores + +* Disable support for py3.9 and enable support for py3.13 ([#169](https://github.com/googleapis/llama-index-cloud-sql-pg-python/issues/169)) ([ca94007](https://github.com/googleapis/llama-index-cloud-sql-pg-python/commit/ca94007583597cf327740e2f3a8f79885a24760a)) + ## [0.2.3](https://github.com/googleapis/llama-index-cloud-sql-pg-python/compare/v0.2.2...v0.2.3) (2025-06-18) diff --git a/src/llama_index_cloud_sql_pg/version.py b/src/llama_index_cloud_sql_pg/version.py index f6bd330..a81c375 100644 --- a/src/llama_index_cloud_sql_pg/version.py +++ b/src/llama_index_cloud_sql_pg/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__ = "1.0.0" From bb14c15064e8e986106c935de755c068945b1eb2 Mon Sep 17 00:00:00 2001 From: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Date: Tue, 13 Jan 2026 23:01:14 +0530 Subject: [PATCH 2/4] Update version.py --- src/llama_index_cloud_sql_pg/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llama_index_cloud_sql_pg/version.py b/src/llama_index_cloud_sql_pg/version.py index a81c375..ca4cf12 100644 --- a/src/llama_index_cloud_sql_pg/version.py +++ b/src/llama_index_cloud_sql_pg/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.0.0" +__version__ = "0.3.0 " From 68c3c1da80cbe0a9e337ccaa1b0eb32a704ffdec Mon Sep 17 00:00:00 2001 From: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Date: Tue, 13 Jan 2026 23:01:39 +0530 Subject: [PATCH 3/4] Update CHANGELOG for version 0.3.0 Updated changelog to reflect version 0.3.0 changes including breaking changes regarding Python version support. --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 343b0e4..4c15c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,12 @@ # Changelog -## [1.0.0](https://github.com/googleapis/llama-index-cloud-sql-pg-python/compare/v0.2.3...v1.0.0) (2026-01-13) +## [0.3.0](https://github.com/googleapis/llama-index-cloud-sql-pg-python/compare/v0.2.3...v0.3.0) (2026-01-13) ### ⚠ BREAKING CHANGES * Disable support for py3.9 and enable support for py3.13 ([#169](https://github.com/googleapis/llama-index-cloud-sql-pg-python/issues/169)) -### Miscellaneous Chores - -* Disable support for py3.9 and enable support for py3.13 ([#169](https://github.com/googleapis/llama-index-cloud-sql-pg-python/issues/169)) ([ca94007](https://github.com/googleapis/llama-index-cloud-sql-pg-python/commit/ca94007583597cf327740e2f3a8f79885a24760a)) ## [0.2.3](https://github.com/googleapis/llama-index-cloud-sql-pg-python/compare/v0.2.2...v0.2.3) (2025-06-18) From 04ca2851e27dfd22a415c57e30aa72ba83d49491 Mon Sep 17 00:00:00 2001 From: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Date: Tue, 13 Jan 2026 23:04:35 +0530 Subject: [PATCH 4/4] Update version.py --- src/llama_index_cloud_sql_pg/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llama_index_cloud_sql_pg/version.py b/src/llama_index_cloud_sql_pg/version.py index ca4cf12..2b5d97a 100644 --- a/src/llama_index_cloud_sql_pg/version.py +++ b/src/llama_index_cloud_sql_pg/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.3.0 " +__version__ = "0.3.0"