Skip to content

Commit

Permalink
chore: update to vello 0.4 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau authored Jan 30, 2025
1 parent 79b3a92 commit db7617a
Show file tree
Hide file tree
Showing 22 changed files with 377 additions and 319 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ env:
# If the compilation fails, then the version specified here needs to be bumped up to reality.
# Be sure to also update the rust-version property in the workspace Cargo.toml file,
# plus all the README.md files of the affected packages.
RUST_MIN_VER: "1.75"
RUST_MIN_VER: "1.82"
# List of packages that will be checked with the minimum supported Rust version.
# This should be limited to packages that are intended for publishing.
RUST_MIN_VER_PKGS: "-p velato"


# Rationale
#
# We don't run clippy with --all-targets because then even --lib and --bins are compiled with
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe

## [Unreleased]

This release has an [MSRV][] of 1.75.
This release has an [MSRV][] of 1.82.

### Changed

- Updated to `vello` 0.4 ([#49][] by [@simbleau][]).

## [0.4.0] - 2024-11-21

Expand Down Expand Up @@ -75,6 +79,7 @@ This release has an [MSRV][] of 1.75.
[#17]: https://github.com/linebender/velato/pull/17
[#19]: https://github.com/linebender/velato/pull/19
[#42]: https://github.com/linebender/velato/pull/42
[#49]: https://github.com/linebender/velato/pull/49

[Unreleased]: https://github.com/linebender/velato/compare/v0.3.0...HEAD
[0.4.0]: https://github.com/linebender/velato/compare/v0.3.1...v0.4.0
Expand Down
Loading

0 comments on commit db7617a

Please sign in to comment.