Skip to content

Commit

Permalink
#92
Browse files Browse the repository at this point in the history
  • Loading branch information
leexgone committed Dec 10, 2024
1 parent c542900 commit a652748
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,7 @@
## v0.13.3

+ Add a wrapper for LegacyIAccessiblePattern. [#91](https://github.com/leexgone/uiautomation-rs/pull/91)

## v0.13.4

+ Add get_(cached)_heading_level and is_(cached)_dialog. [#92](https://github.com/leexgone/uiautomation-rs/pull/92)
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.13.3"
version = "0.13.4"
edition = "2021"
license = "Apache-2.0"
authors = ["Steven Lee <[email protected]>"]
Expand All @@ -24,7 +24,7 @@ log = ["dep:log"]

[dependencies]

chrono = "0.4.38"
chrono = "0.4.39"
# phf = { version = "0.11.2", features = ["macros"] }
log = { version = "0.4.22", optional = true }
uiautomation_derive = { version = "0.3.12", path = "../uiautomation_derive" }
Expand Down

0 comments on commit a652748

Please sign in to comment.