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

chore: release main #305

Merged
merged 1 commit into from
Nov 4, 2023
Merged

chore: release main #305

merged 1 commit into from
Nov 4, 2023

Conversation

mwcampbell
Copy link
Contributor

@mwcampbell mwcampbell commented Oct 29, 2023

🤖 I have created a release beep boop

accesskit: 0.12.1

0.12.1 (2023-11-04)

Bug Fixes

  • Add missing semicolons when not returning anything (#303) (38d4de1)
accesskit_c: 0.6.1

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.12.0 to 0.12.1
      • accesskit_windows bumped from 0.15.0 to 0.15.1
      • accesskit_macos bumped from 0.10.0 to 0.10.1
      • accesskit_unix bumped from 0.6.0 to 0.6.1
accesskit_consumer: 0.16.1

0.16.1 (2023-11-04)

Bug Fixes

  • Add missing semicolons when not returning anything (#303) (38d4de1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.12.0 to 0.12.1
accesskit_macos: 0.10.1

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.12.0 to 0.12.1
      • accesskit_consumer bumped from 0.16.0 to 0.16.1
accesskit_unix: 0.6.1

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.12.0 to 0.12.1
      • accesskit_consumer bumped from 0.16.0 to 0.16.1
accesskit_windows: 0.15.1

0.15.1 (2023-11-04)

Bug Fixes

  • Make the test focus event handler thread-safe again (#306) (bb479c6)
  • Make the Windows subclassing test more robust (#308) (0078f79)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.12.0 to 0.12.1
      • accesskit_consumer bumped from 0.16.0 to 0.16.1
accesskit_winit: 0.16.0

0.16.0 (2023-11-04)

⚠ BREAKING CHANGES

  • Rename accesskit_winit::Adapter::on_event to process_event (#307)
  • Bump winit to 0.29 (#256)

deps

Bug Fixes

  • Add missing semicolons when not returning anything (#303) (38d4de1)
  • Use raw-window-handle 0.6 (#310) (3fa69ab)

Code Refactoring

  • Rename accesskit_winit::Adapter::on_event to process_event (#307) (6fbebde)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.12.0 to 0.12.1
      • accesskit_windows bumped from 0.15.0 to 0.15.1
      • accesskit_macos bumped from 0.10.0 to 0.10.1
      • accesskit_unix bumped from 0.6.0 to 0.6.1

This PR was generated with Release Please. See documentation.

@mwcampbell mwcampbell force-pushed the release-please--branches--main branch 4 times, most recently from 6b68dd7 to bc3e157 Compare November 4, 2023 18:01
@DataTriny
Copy link
Member

I think it's time to release! We'll figure out the raw-window-handle migration strategy later.

@mwcampbell
Copy link
Contributor Author

I was actually just looking at that. I don't want to waste a release when it seems likely that projects like Bevy that have strict cargo deny policies will not accept having two versions of raw-window-handle.

It seems that in winit itself, the rwh_0x features aren't mutually exclusive; winit can support multiple versions of raw-window-handle at once. So maybe we should go ahead and use rwh_06 (the latest) in accesskit_winit, and projects that need raw-window-handle 0.4 or 0.5 can enable the appropriate feature in their own dependency on winit. It doesn't look like they'll conflict. @Vrixyz did you already try that and encounter a problem?

@mwcampbell mwcampbell force-pushed the release-please--branches--main branch from bc3e157 to 5c326e0 Compare November 4, 2023 20:03
@mwcampbell mwcampbell merged commit 1930c72 into main Nov 4, 2023
5 checks passed
@mwcampbell mwcampbell deleted the release-please--branches--main branch November 4, 2023 20:08
@mwcampbell
Copy link
Contributor Author

@mwcampbell
Copy link
Contributor Author

@mwcampbell
Copy link
Contributor Author

@mwcampbell
Copy link
Contributor Author

@mwcampbell
Copy link
Contributor Author

@mwcampbell
Copy link
Contributor Author

@mwcampbell
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants