Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
11 changes: 8 additions & 3 deletions imaging_vello/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][])
Expand All @@ -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
2 changes: 1 addition & 1 deletion imaging_vello/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 8 additions & 3 deletions imaging_vello_cpu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion imaging_vello_cpu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 8 additions & 3 deletions imaging_vello_hybrid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion imaging_vello_hybrid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 8 additions & 3 deletions imaging_wgpu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion imaging_wgpu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading