Skip to content

Commit

Permalink
pr-57
Browse files Browse the repository at this point in the history
  • Loading branch information
leexgone committed Apr 27, 2024
1 parent 064b39b commit 896d777
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@
## v0.9.3

+ fix [issues-52](https://github.com/leexgone/uiautomation-rs/issues/52)

## v0.10.0

+ Fix typo in method names (ragne -> range) [#57](https://github.com/leexgone/uiautomation-rs/pull/57)
4 changes: 2 additions & 2 deletions crates/uiautomation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uiautomation"
version = "0.9.3"
version = "0.10.0"
edition = "2021"
license = "Apache-2.0"
authors = ["Steven Lee <[email protected]>"]
Expand All @@ -19,7 +19,7 @@ targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows

chrono = "0.4.38"
phf = { version = "0.11.2", features = ["macros"] }
uiautomation_derive = { version = "0.2.24", path = "../uiautomation_derive" }
uiautomation_derive = { version = "0.3.0", path = "../uiautomation_derive" }

[dependencies.windows]
version = "0.56.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/uiautomation_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uiautomation_derive"
version = "0.2.24"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
authors = ["Steven Lee <[email protected]>"]
Expand Down

0 comments on commit 896d777

Please sign in to comment.