We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198fc35 commit 8e0f99dCopy full SHA for 8e0f99d
CHANGELOG.md
@@ -1,4 +1,5 @@
1
-# Unreleased (v0.2.0)
+# Unreleased
2
+# v0.2.0
3
- BREAKING: `Tcl_DecrRefCount` and `Tcl_IncrRefCount` are now unsafe.
4
- ADDED: MSRV at 1.85
5
- ADDED: CI
Cargo.toml
@@ -9,7 +9,7 @@ edition = "2024"
9
authors = ["Ashwin Naren <[email protected]>"]
10
readme = "README.md"
11
repository = "https://github.com/arihant2math/tkinter.git"
12
-version = "0.2.0"
+version = "0.3.0"
13
license = "Apache-2.0 OR MIT"
14
include = ["**/*"]
15
rust-version = "1.85"
0 commit comments