Skip to content

Commit 1538125

Browse files
committed
prepare 0.2.9
1 parent ef6f0b3 commit 1538125

File tree

3 files changed

+22
-18
lines changed

3 files changed

+22
-18
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
resolver = "2"
1414

1515
[workspace.package]
16-
version = "0.2.8"
16+
version = "0.2.9"
1717
authors = ["Raphael Amorim <[email protected]>"]
1818
edition = "2021"
1919
license = "MIT"
@@ -29,17 +29,17 @@ readme = "README.md"
2929
# Note: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations
3030
# Sugarloaf example uses path when used locally, but uses
3131
# version from crates.io when published.
32-
teletypewriter = { path = "teletypewriter", version = "0.2.8" }
33-
rio-backend = { path = "rio-backend", version = "0.2.8" }
34-
rio-window = { path = "rio-window", version = "0.2.8", default-features = false }
32+
teletypewriter = { path = "teletypewriter", version = "0.2.9" }
33+
rio-backend = { path = "rio-backend", version = "0.2.9" }
34+
rio-window = { path = "rio-window", version = "0.2.9", default-features = false }
3535

3636
# Own dependencies
37-
copa = { path = "copa", default-features = false, version = "0.2.8" }
38-
rio-proc-macros = { path = "rio-proc-macros", version = "0.2.8" }
39-
corcovado = { path = "corcovado", version = "0.2.8" }
37+
copa = { path = "copa", default-features = false, version = "0.2.9" }
38+
rio-proc-macros = { path = "rio-proc-macros", version = "0.2.9" }
39+
corcovado = { path = "corcovado", version = "0.2.9" }
4040
wa = { path = "wa", version = "0.1.7" }
4141

42-
sugarloaf = { path = "sugarloaf", version = "0.2.8" }
42+
sugarloaf = { path = "sugarloaf", version = "0.2.9" }
4343
raw-window-handle = { version = "0.6.2", features = ["std"] }
4444
parking_lot = { version = "0.12.3", features = ["nightly", "hardware-lock-elision"] }
4545
rustc-hash = "2.1.0"

docs/docs/releases.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ language: 'en'
55

66
# Releases
77

8-
## 0.2.9 (unreleased)
8+
## 0.2.10 (unreleased)
9+
10+
- TBD.
11+
12+
## 0.2.9
913

1014
- Support to symbol map configuration: `fonts.symbol-map`:
1115
```toml

0 commit comments

Comments
 (0)