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

Grab the changelog entry for v0.3.4 #81

Closed
wants to merge 2 commits into from
Closed

Grab the changelog entry for v0.3.4 #81

wants to merge 2 commits into from

Conversation

madsmtm
Copy link
Member

@madsmtm madsmtm commented Nov 27, 2021

Not sure how you want to merge this (my git skills are far from superb), but the resulting commit should consist of only the new changelog entry.

* Make implementors of HasRawWindowHandle v0.4.1 also implement v0.3's

Uses the semver trick, see https://github.com/dtolnay/semver-trick

The idea is that this will allow crates whose purpose is to provide an `HasRawWindowHandle` implementation to upgrade first (e.g. `winit`, `sdl2`, `glfw`, `fltk`, ...). When a sufficient amount of "provider" crates have upgraded, "consumer" crates (e.g. `gfx`, `wgpu`, `rfd`, ...) can safely start upgrading without breaking for downstream users.

* Add changelog entry
@Lokathor Lokathor mentioned this pull request Nov 29, 2021
@madsmtm
Copy link
Member Author

madsmtm commented Jan 10, 2022

Replaced by #82

@madsmtm madsmtm closed this Jan 10, 2022
@madsmtm madsmtm deleted the semver-trick branch August 10, 2022 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant