Skip to content

Commit

Permalink
Bump to 0.6.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Sep 21, 2024
1 parent 08ef836 commit 7d377a3
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ resolver = "2"
[workspace.dependencies]
# When using alpha-release, always use exact version, e.g. `version = "=0.x.y-alpha.z"
# This is because we treat alpha-releases as incompatible, but semver doesn't.
vsvg = { path = "crates/vsvg", version = "=0.5.0" }
vsvg-viewer = { path = "crates/vsvg-viewer", version = "=0.5.0" }
whiskers = { path = "crates/whiskers", version = "=0.5.0" }
whiskers-derive = { path = "crates/whiskers-derive", version = "=0.5.0" }
whiskers-widgets = { path = "crates/whiskers-widgets", version = "=0.5.0" }
vsvg = { path = "crates/vsvg", version = "=0.6.0-alpha.0" }
vsvg-viewer = { path = "crates/vsvg-viewer", version = "=0.6.0-alpha.0" }
whiskers = { path = "crates/whiskers", version = "=0.6.0-alpha.0" }
whiskers-derive = { path = "crates/whiskers-derive", version = "=0.6.0-alpha.0" }
whiskers-widgets = { path = "crates/whiskers-widgets", version = "=0.6.0-alpha.0" }

# dependencies
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/msvg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "msvg"
description = "Fast SVG browser for pen-plotter users"
authors = ["Antoine Beyeler"]
version = "0.5.0"
version = "0.6.0-alpha.0"
edition = "2021"
readme = "README.md"
homepage = "https://github.com/abey79/vsvg"
Expand Down
2 changes: 1 addition & 1 deletion crates/vsvg-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "vsvg-cli"
description = "An experimental CLI SVG manipulation and viewer tool for plotter users."
authors = ["Antoine Beyeler"]
version = "0.5.0"
version = "0.6.0-alpha.0"
edition = "2021"
readme = "README.md"
homepage = "https://github.com/abey79/vsvg"
Expand Down
2 changes: 1 addition & 1 deletion crates/vsvg-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "vsvg-viewer"
description = "Portable, hardware-accelerated, extensible viewer for the vsvg crate."
authors = ["Antoine Beyeler"]
version = "0.5.0"
version = "0.6.0-alpha.0"
edition = "2021"
readme = "README.md"
homepage = "https://github.com/abey79/vsvg"
Expand Down
2 changes: 1 addition & 1 deletion crates/vsvg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "vsvg"
description = "Core library for pen-plotter graphics."
authors = ["Antoine Beyeler"]
version = "0.5.0"
version = "0.6.0-alpha.0"
edition = "2021"
readme = "README.md"
homepage = "https://github.com/abey79/vsvg"
Expand Down
2 changes: 1 addition & 1 deletion crates/whiskers-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "whiskers-derive"
description = "Procedural macro crate for whiskers."
authors = ["Antoine Beyeler"]
version = "0.5.0"
version = "0.6.0-alpha.0"
edition = "2021"
readme = "README.md"
homepage = "https://github.com/abey79/vsvg"
Expand Down
2 changes: 1 addition & 1 deletion crates/whiskers-web-demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "whiskers-web-demo"
description = "Official demo sketch for whiskers."
version = "0.5.0"
version = "0.6.0-alpha.0"
edition = "2021"
readme = "README.md"
homepage = "https//bylr.info/vsvg/"
Expand Down
2 changes: 1 addition & 1 deletion crates/whiskers-widgets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "whiskers-widgets"
description = "Dynamic UI sub-system for whiskers"
authors = ["Antoine Beyeler"]
version = "0.5.0"
version = "0.6.0-alpha.0"
edition = "2021"
readme = "README.md"
homepage = "https://github.com/abey79/vsvg"
Expand Down
2 changes: 1 addition & 1 deletion crates/whiskers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "whiskers"
authors = ["Antoine Beyeler"]
description = "Processing-like, interactive sketching environment for plotter generative art."
version = "0.5.0"
version = "0.6.0-alpha.0"
edition = "2021"
readme = "README.md"
homepage = "https://github.com/abey79/vsvg"
Expand Down

0 comments on commit 7d377a3

Please sign in to comment.