Skip to content

Commit 004e4bc

Browse files
chore(main): release 0.3.0 (#173)
* chore(main): release 1.0.0 * Update version.py * Update CHANGELOG for version 0.3.0 Updated changelog to reflect version 0.3.0 changes including breaking changes regarding Python version support. * Update version.py --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: dishaprakash <57954147+dishaprakash@users.noreply.github.com>
1 parent 3834c2b commit 004e4bc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/googleapis/llama-index-cloud-sql-pg-python/compare/v0.2.3...v0.3.0) (2026-01-13)
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+
311
## [0.2.3](https://github.com/googleapis/llama-index-cloud-sql-pg-python/compare/v0.2.2...v0.2.3) (2025-06-18)
412

513

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__ = "0.3.0"

0 commit comments

Comments
 (0)