Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 0.19.0 #85

Merged
merged 1 commit into from
Apr 3, 2024
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.19.0] - 2024-04-03
### Changed
- [PR#83](https://github.com/EmbarkStudios/ash-molten/pull/83) Upgrade `ash` to `0.38`

## [0.18.0] - 2024-03-19
### Changed
- [PR#82](https://github.com/EmbarkStudios/ash-molten/pull/82) Upgrade MoltenVK to `1.2.8`
Expand Down Expand Up @@ -64,6 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/ash-molten/compare/0.18.0...HEAD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[Unreleased]: https://github.com/EmbarkStudios/ash-molten/compare/0.18.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/ash-molten/compare/0.19.0...HEAD

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Created #86 for that.

[0.19.0]: https://github.com/EmbarkStudios/ash-molten/compare/0.18.0...0.19.0
[0.18.0]: https://github.com/EmbarkStudios/ash-molten/compare/0.17.0...0.18.0
[0.17.0]: https://github.com/EmbarkStudios/ash-molten/compare/0.16.0...0.17.0
[0.16.0]: https://github.com/EmbarkStudios/ash-molten/compare/0.15.0...0.16.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ash-molten"
description = "Statically linked MoltenVK for Vulkan on Mac using Ash"
version = "0.18.0+1.2.8"
version = "0.19.0+1.2.8"
authors = [
"Embark <opensource@embark-studios.com>",
"Maik Klein <maik.klein@embark-studios.com>",
Expand Down
6 changes: 0 additions & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ multiple-versions = "deny"
deny = []
skip = []

[advisories]
ignore = [
# Unmtaintained `safemem` dependency - only used by plist to build
"RUSTSEC-2023-0081",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the CI have checked against unused advisories?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice if cargo-deny did that, but I don't think it supports that now.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure we've set up cargo-deny such that it warns on allowed/ignored things that are no longer triggered in the first place (both for advisories as well as skipping crates).

]

[licenses]
unlicensed = "deny"
# We want really high confidence when inferring licenses from text
Expand Down
Loading