Skip to content

Commit 3a84a42

Browse files
chore(main): release 1.0.0
1 parent ca94007 commit 3a84a42

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/googleapis/llama-index-cloud-sql-pg-python/compare/v0.2.3...v1.0.0) (2025-11-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Disable support for py3.9 and enable support for py3.13 ([#169](https://github.com/googleapis/llama-index-cloud-sql-pg-python/issues/169))
9+
10+
### Miscellaneous Chores
11+
12+
* 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))
13+
314
## [0.2.3](https://github.com/googleapis/llama-index-cloud-sql-pg-python/compare/v0.2.2...v0.2.3) (2025-06-18)
415

516

src/llama_index_cloud_sql_pg/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.2.3"
15+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)