Skip to content

Commit

Permalink
Publish New Versions (#898)
Browse files Browse the repository at this point in the history
Co-authored-by: amrbashir <[email protected]>
  • Loading branch information
github-actions[bot] and amrbashir authored Apr 1, 2024
1 parent c235773 commit 9eb189e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .changes/dpi-crate.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## \[0.27.0]

- [`c2357732`](https://github.com/tauri-apps/tao/commit/c23577325bd26e7e8eb46e17bbf533717e363e04)([#896](https://github.com/tauri-apps/tao/pull/896)) Replaced `dpi` module with a re-export of the `dpi` crate which has a few breaking changes:

- Replaced `LogicalPixel` with `LogicalUnit`
- Replaced `PhysicalPixel` with `PhysicalUnit`
- Removed `Size::width`, `Size::height`, `Position::x`, `Position::y` and `PixelUnit::value`.

## \[0.26.2]

- [`17f54d40`](https://github.com/tauri-apps/tao/commit/17f54d402838e20c05c05a1cf3db9e0f76e7fa68)([#887](https://github.com/tauri-apps/tao/pull/887)) Update `windows` crate to `0.54`
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tao"
version = "0.26.2"
version = "0.27.0"
description = "Cross-platform window manager library."
authors = [
"Tauri Programme within The Commons Conservancy",
Expand Down Expand Up @@ -28,7 +28,7 @@ targets = [

[features]
default = [ "rwh_06" ]
serde = ["dep:serde", "dpi/serde"]
serde = [ "dep:serde", "dpi/serde" ]

[workspace]
members = [ "tao-macros" ]
Expand Down

0 comments on commit 9eb189e

Please sign in to comment.