diff --git a/Cargo.lock b/Cargo.lock index 7659df7..cb4f6fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1190,7 +1190,7 @@ dependencies = [ [[package]] name = "imaging_vello" -version = "0.0.1" +version = "0.0.2" dependencies = [ "imaging", "imaging_wgpu", @@ -1204,7 +1204,7 @@ dependencies = [ [[package]] name = "imaging_vello_cpu" -version = "0.0.1" +version = "0.0.2" dependencies = [ "imaging", "kurbo", @@ -1215,7 +1215,7 @@ dependencies = [ [[package]] name = "imaging_vello_hybrid" -version = "0.0.1" +version = "0.0.2" dependencies = [ "glifo", "imaging", @@ -1230,7 +1230,7 @@ dependencies = [ [[package]] name = "imaging_wgpu" -version = "0.0.1" +version = "0.0.2" dependencies = [ "imaging", "wgpu 27.0.1", diff --git a/Cargo.toml b/Cargo.toml index b0bf2b1..50f0bda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,10 +31,10 @@ repository = "https://github.com/forest-rs/imaging" imaging = { default-features = false, path = "imaging", version = "0.0.1" } imaging_skia = { path = "imaging_skia", version = "0.0.1" } imaging_tiny_skia = { path = "imaging_tiny_skia", version = "0.0.1" } -imaging_vello = { path = "imaging_vello", version = "0.0.1" } -imaging_vello_cpu = { path = "imaging_vello_cpu", version = "0.0.1" } -imaging_vello_hybrid = { path = "imaging_vello_hybrid", version = "0.0.1" } -imaging_wgpu = { default-features = false, path = "imaging_wgpu", version = "0.0.1" } +imaging_vello = { path = "imaging_vello", version = "0.0.2" } +imaging_vello_cpu = { path = "imaging_vello_cpu", version = "0.0.2" } +imaging_vello_hybrid = { path = "imaging_vello_hybrid", version = "0.0.2" } +imaging_wgpu = { default-features = false, path = "imaging_wgpu", version = "0.0.2" } svg_imaging = { path = "svg_imaging", version = "0.0.1" } velato_imaging = { path = "velato_imaging", version = "0.0.1" } diff --git a/imaging_vello/CHANGELOG.md b/imaging_vello/CHANGELOG.md index 6b74a41..01289fd 100644 --- a/imaging_vello/CHANGELOG.md +++ b/imaging_vello/CHANGELOG.md @@ -8,11 +8,15 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe # Changelog -The latest published `imaging_vello` release is [0.0.1](#001-2026-05-21), which was released on -2026-05-21. You can find its changes [documented below](#001-2026-05-21). +The latest published `imaging_vello` release is [0.0.2](#002-2026-05-30), which was released on +2026-05-30. You can find its changes [documented below](#002-2026-05-30). ## [Unreleased] +## [0.0.2][] (2026-05-30) + +This release has an [MSRV][] of 1.92. + ### Changed - Updated the backend to Vello 0.9 and `wgpu` 29. ([#64][] by [@waywardmonkeys][]) @@ -31,7 +35,8 @@ This is the initial release. [#64]: https://github.com/forest-rs/imaging/pull/64 -[Unreleased]: https://github.com/forest-rs/imaging/compare/imaging_vello-v0.0.1...HEAD +[Unreleased]: https://github.com/forest-rs/imaging/compare/imaging_vello-v0.0.2...HEAD +[0.0.2]: https://github.com/forest-rs/imaging/compare/imaging_vello-v0.0.1...imaging_vello-v0.0.2 [0.0.1]: https://github.com/forest-rs/imaging/releases/tag/imaging_vello-v0.0.1 [MSRV]: README.md#minimum-supported-rust-version-msrv diff --git a/imaging_vello/Cargo.toml b/imaging_vello/Cargo.toml index 5560140..7032af1 100644 --- a/imaging_vello/Cargo.toml +++ b/imaging_vello/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imaging_vello" -version.workspace = true +version = "0.0.2" edition.workspace = true rust-version.workspace = true license.workspace = true diff --git a/imaging_vello_cpu/CHANGELOG.md b/imaging_vello_cpu/CHANGELOG.md index 7d82ea2..f3ed3c3 100644 --- a/imaging_vello_cpu/CHANGELOG.md +++ b/imaging_vello_cpu/CHANGELOG.md @@ -8,11 +8,15 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe # Changelog -The latest published `imaging_vello_cpu` release is [0.0.1](#001-2026-05-21), which was released -on 2026-05-21. You can find its changes [documented below](#001-2026-05-21). +The latest published `imaging_vello_cpu` release is [0.0.2](#002-2026-05-30), which was released +on 2026-05-30. You can find its changes [documented below](#002-2026-05-30). ## [Unreleased] +## [0.0.2][] (2026-05-30) + +This release has an [MSRV][] of 1.92. + ### Changed - Updated the backend to `vello_cpu` 0.0.9 and `vello_common` 0.0.9. @@ -28,7 +32,8 @@ This is the initial release. [#64]: https://github.com/forest-rs/imaging/pull/64 -[Unreleased]: https://github.com/forest-rs/imaging/compare/imaging_vello_cpu-v0.0.1...HEAD +[Unreleased]: https://github.com/forest-rs/imaging/compare/imaging_vello_cpu-v0.0.2...HEAD +[0.0.2]: https://github.com/forest-rs/imaging/compare/imaging_vello_cpu-v0.0.1...imaging_vello_cpu-v0.0.2 [0.0.1]: https://github.com/forest-rs/imaging/releases/tag/imaging_vello_cpu-v0.0.1 [MSRV]: README.md#minimum-supported-rust-version-msrv diff --git a/imaging_vello_cpu/Cargo.toml b/imaging_vello_cpu/Cargo.toml index f00e417..7580356 100644 --- a/imaging_vello_cpu/Cargo.toml +++ b/imaging_vello_cpu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imaging_vello_cpu" -version.workspace = true +version = "0.0.2" edition.workspace = true rust-version.workspace = true license.workspace = true diff --git a/imaging_vello_hybrid/CHANGELOG.md b/imaging_vello_hybrid/CHANGELOG.md index 915fd8e..7e1319c 100644 --- a/imaging_vello_hybrid/CHANGELOG.md +++ b/imaging_vello_hybrid/CHANGELOG.md @@ -8,11 +8,15 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe # Changelog -The latest published `imaging_vello_hybrid` release is [0.0.1](#001-2026-05-21), which was -released on 2026-05-21. You can find its changes [documented below](#001-2026-05-21). +The latest published `imaging_vello_hybrid` release is [0.0.2](#002-2026-05-30), which was +released on 2026-05-30. You can find its changes [documented below](#002-2026-05-30). ## [Unreleased] +## [0.0.2][] (2026-05-30) + +This release has an [MSRV][] of 1.92. + ### Changed - Updated the backend to `vello_hybrid` 0.0.9 and `wgpu` 29. @@ -28,7 +32,8 @@ This is the initial release. [#64]: https://github.com/forest-rs/imaging/pull/64 -[Unreleased]: https://github.com/forest-rs/imaging/compare/imaging_vello_hybrid-v0.0.1...HEAD +[Unreleased]: https://github.com/forest-rs/imaging/compare/imaging_vello_hybrid-v0.0.2...HEAD +[0.0.2]: https://github.com/forest-rs/imaging/compare/imaging_vello_hybrid-v0.0.1...imaging_vello_hybrid-v0.0.2 [0.0.1]: https://github.com/forest-rs/imaging/releases/tag/imaging_vello_hybrid-v0.0.1 [MSRV]: README.md#minimum-supported-rust-version-msrv diff --git a/imaging_vello_hybrid/Cargo.toml b/imaging_vello_hybrid/Cargo.toml index 78227d8..9dacbeb 100644 --- a/imaging_vello_hybrid/Cargo.toml +++ b/imaging_vello_hybrid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imaging_vello_hybrid" -version.workspace = true +version = "0.0.2" edition.workspace = true rust-version.workspace = true license.workspace = true diff --git a/imaging_wgpu/CHANGELOG.md b/imaging_wgpu/CHANGELOG.md index d5f08bc..732905d 100644 --- a/imaging_wgpu/CHANGELOG.md +++ b/imaging_wgpu/CHANGELOG.md @@ -8,11 +8,15 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe # Changelog -The latest published `imaging_wgpu` release is [0.0.1](#001-2026-05-21), which was released on -2026-05-21. You can find its changes [documented below](#001-2026-05-21). +The latest published `imaging_wgpu` release is [0.0.2](#002-2026-05-30), which was released on +2026-05-30. You can find its changes [documented below](#002-2026-05-30). ## [Unreleased] +## [0.0.2][] (2026-05-30) + +This release has an [MSRV][] of 1.92. + ### Changed - Bumped the default renderer lane to `wgpu` 29 while keeping `wgpu` 27 and 28 available through @@ -28,7 +32,8 @@ This is the initial release. [#64]: https://github.com/forest-rs/imaging/pull/64 -[Unreleased]: https://github.com/forest-rs/imaging/compare/imaging_wgpu-v0.0.1...HEAD +[Unreleased]: https://github.com/forest-rs/imaging/compare/imaging_wgpu-v0.0.2...HEAD +[0.0.2]: https://github.com/forest-rs/imaging/compare/imaging_wgpu-v0.0.1...imaging_wgpu-v0.0.2 [0.0.1]: https://github.com/forest-rs/imaging/releases/tag/imaging_wgpu-v0.0.1 [MSRV]: README.md#minimum-supported-rust-version-msrv diff --git a/imaging_wgpu/Cargo.toml b/imaging_wgpu/Cargo.toml index e6a1d64..42bff4a 100644 --- a/imaging_wgpu/Cargo.toml +++ b/imaging_wgpu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imaging_wgpu" -version.workspace = true +version = "0.0.2" edition.workspace = true rust-version.workspace = true license.workspace = true