diff --git a/Cargo.toml b/Cargo.toml index e06caa41..d4896cec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ cfg_aliases = "0.2.1" [dependencies] bitflags = "2" cursor-icon = "1.1.0" -dpi = { version = "0.1.1", path = "dpi" } +dpi = { version = "0.1.2", path = "dpi" } rwh_06 = { package = "raw-window-handle", version = "0.6", features = ["std"] } serde = { workspace = true, optional = true } smol_str = "0.3" diff --git a/dpi/CHANGELOG.md b/dpi/CHANGELOG.md index 90bda8fb..49e702ad 100644 --- a/dpi/CHANGELOG.md +++ b/dpi/CHANGELOG.md @@ -11,6 +11,8 @@ Unreleased` header. ## Unreleased +## 0.1.2 + - Added `Insets`, `LogicalInsets` and `PhysicalInsets` types. - Make `no_std` compatible. If you use this functionality, DPI's license has changed. diff --git a/dpi/Cargo.toml b/dpi/Cargo.toml index e2cc20b4..fd6c7707 100644 --- a/dpi/Cargo.toml +++ b/dpi/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0 AND MIT" name = "dpi" repository.workspace = true rust-version.workspace = true -version = "0.1.1" +version = "0.1.2" [features] default = ["std"]