Skip to content

Commit 8e0f99d

Browse files
committed
bump targetting version on main branch
1 parent 198fc35 commit 8e0f99d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Unreleased (v0.2.0)
1+
# Unreleased
2+
# v0.2.0
23
- BREAKING: `Tcl_DecrRefCount` and `Tcl_IncrRefCount` are now unsafe.
34
- ADDED: MSRV at 1.85
45
- ADDED: CI

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2024"
99
authors = ["Ashwin Naren <[email protected]>"]
1010
readme = "README.md"
1111
repository = "https://github.com/arihant2math/tkinter.git"
12-
version = "0.2.0"
12+
version = "0.3.0"
1313
license = "Apache-2.0 OR MIT"
1414
include = ["**/*"]
1515
rust-version = "1.85"

0 commit comments

Comments
 (0)