Skip to content

Commit 7f1d054

Browse files
authored
Prepare to release v0.8.0. (#596)
Not much has changed since 0.7.0 besides dependency changes, but probably still worth a release. What do you think @flxzt ?
1 parent e192005 commit 7f1d054

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ default-members = [
2727
#
2828
# NOTE: When bumping this, remember to also bump the aforementioned other packages'
2929
# version in the dependencies section at the bottom of this file.
30-
version = "0.7.0"
30+
version = "0.8.0"
3131

3232
edition = "2024"
3333
# Keep in sync with RUST_MIN_VER in .github/workflows/ci.yml and with the relevant README.md files.
@@ -36,9 +36,9 @@ license = "Apache-2.0 OR MIT"
3636
repository = "https://github.com/linebender/piet"
3737

3838
[workspace.dependencies]
39-
piet = { version = "=0.7.0", path = "piet" }
40-
piet-common = { version = "=0.7.0", path = "piet-common" }
41-
piet-cairo = { version = "=0.7.0", path = "piet-cairo" }
42-
piet-coregraphics = { version = "=0.7.0", path = "piet-coregraphics" }
43-
piet-direct2d = { version = "=0.7.0", path = "piet-direct2d" }
44-
piet-web = { version = "=0.7.0", path = "piet-web" }
39+
piet = { version = "=0.8.0", path = "piet" }
40+
piet-common = { version = "=0.8.0", path = "piet-common" }
41+
piet-cairo = { version = "=0.8.0", path = "piet-cairo" }
42+
piet-coregraphics = { version = "=0.8.0", path = "piet-coregraphics" }
43+
piet-direct2d = { version = "=0.8.0", path = "piet-direct2d" }
44+
piet-web = { version = "=0.8.0", path = "piet-web" }

0 commit comments

Comments
 (0)