Skip to content

Commit

Permalink
Merge pull request #49 from leexgone/dev
Browse files Browse the repository at this point in the history
v0.9.0
  • Loading branch information
leexgone authored Apr 14, 2024
2 parents 5d8ec8e + bf42bbf commit 3b82598
Show file tree
Hide file tree
Showing 7 changed files with 633 additions and 239 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Cargo.lock
# Added by cargo

/target
.vscode
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,11 @@
## v0.8.0

+ update to `windows v0.54.0`

## v0.8.3

+ update to `windows v0.56.0`

## v0.9.0

+ support cache request.
8 changes: 4 additions & 4 deletions crates/uiautomation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uiautomation"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
license = "Apache-2.0"
authors = ["Steven Lee <[email protected]>"]
Expand All @@ -17,12 +17,12 @@ targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows

[dependencies]

chrono = "0.4.35"
chrono = "0.4.37"
phf = { version = "0.11.2", features = ["macros"] }
uiautomation_derive = { version = "0.2.20", path = "../uiautomation_derive" }
uiautomation_derive = { version = "0.2.23", path = "../uiautomation_derive" }

[dependencies.windows]
version = "0.54.0"
version = "0.56.0"
features = [
"Win32_Foundation",
"Win32_System_Variant",
Expand Down
Loading

0 comments on commit 3b82598

Please sign in to comment.