Skip to content

Commit 23edd1a

Browse files
committed
prepare v0.2.34
1 parent b79a112 commit 23edd1a

3 files changed

Lines changed: 20 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
resolver = "2"
1313

1414
[workspace.package]
15-
version = "0.2.33"
15+
version = "0.2.34"
1616
authors = ["Raphael Amorim <rapha850@gmail.com>"]
1717
edition = "2021"
1818
license = "MIT"
@@ -28,15 +28,15 @@ readme = "README.md"
2828
# Note: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations
2929
# Sugarloaf example uses path when used locally, but uses
3030
# version from crates.io when published.
31-
teletypewriter = { path = "teletypewriter", version = "0.2.33" }
32-
rio-backend = { path = "rio-backend", version = "0.2.33" }
33-
rio-window = { path = "rio-window", version = "0.2.33", default-features = false }
34-
sugarloaf = { path = "sugarloaf", version = "0.2.33" }
31+
teletypewriter = { path = "teletypewriter", version = "0.2.34" }
32+
rio-backend = { path = "rio-backend", version = "0.2.34" }
33+
rio-window = { path = "rio-window", version = "0.2.34", default-features = false }
34+
sugarloaf = { path = "sugarloaf", version = "0.2.34" }
3535

3636
# Own dependencies
37-
copa = { path = "copa", default-features = true, version = "0.2.33" }
38-
rio-proc-macros = { path = "rio-proc-macros", version = "0.2.33" }
39-
corcovado = { path = "corcovado", version = "0.2.33" }
37+
copa = { path = "copa", default-features = true, version = "0.2.34" }
38+
rio-proc-macros = { path = "rio-proc-macros", version = "0.2.34" }
39+
corcovado = { path = "corcovado", version = "0.2.34" }
4040
raw-window-handle = { version = "0.6.2", features = ["std"] }
4141
parking_lot = { version = "0.12.4", features = [
4242
"nightly",

docs/src/pages/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ language: 'en'
1313
- Kitty image protocol.
1414
- Breaking: `Decorations` as `Transparent` is default on MacOS (instead of `Enabled`).
1515

16+
## 0.2.34
17+
18+
- Fix issue for finding fonts introduced with the v0.2.33 new font loader.
19+
1620
## 0.2.33
1721

1822
- **Platform-specific configuration improvements** [#1341](https://github.com/raphamorim/rio/issues/1341):

0 commit comments

Comments
 (0)