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 #271

Merged
merged 1 commit into from
Sep 27, 2023
Merged

chore: release main #271

merged 1 commit into from
Sep 27, 2023

Conversation

mwcampbell
Copy link
Contributor

@mwcampbell mwcampbell commented Aug 12, 2023

πŸ€– I have created a release beep boop

accesskit: 0.12.0

0.12.0 (2023-09-27)

⚠ BREAKING CHANGES

  • Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#291)
  • Make ActionHandler::do_action take &mut self (#296)
  • Clean up roles and properties (#289)
  • Drop next/previous focus properties (#288)
  • Drop Tree::root_scroller (#279)
  • Decouple in-tree focus from host window/view focus (#278)
  • Switch to simple unsigned 64-bit integer for node IDs (#276)

Features

  • Add role for terminals (#282) (ddbef37)
  • Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#291) (5313860)

Bug Fixes

Code Refactoring

  • Clean up roles and properties (#289) (4fc9c55)
  • Decouple in-tree focus from host window/view focus (#278) (d360d20)
  • Make ActionHandler::do_action take &mut self (#296) (4fc7846)
  • Switch to simple unsigned 64-bit integer for node IDs (#276) (3eadd48)
accesskit_c: 0.6.0

0.6.0 (2023-09-27)

⚠ BREAKING CHANGES

  • Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#291)
  • Make ActionHandler::do_action take &mut self (#296)
  • Clean up roles and properties (#289)
  • Drop next/previous focus properties (#288)
  • Drop Tree::root_scroller (#279)
  • Decouple in-tree focus from host window/view focus (#278)
  • Switch to simple unsigned 64-bit integer for node IDs (#276)

Features

  • Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#291) (5313860)

Bug Fixes

Code Refactoring

  • Clean up roles and properties (#289) (4fc9c55)
  • Decouple in-tree focus from host window/view focus (#278) (d360d20)
  • Make ActionHandler::do_action take &mut self (#296) (4fc7846)
  • Switch to simple unsigned 64-bit integer for node IDs (#276) (3eadd48)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.11.2 to 0.12.0
      • accesskit_windows bumped from 0.14.3 to 0.15.0
      • accesskit_macos bumped from 0.9.0 to 0.10.0
      • accesskit_unix bumped from 0.5.2 to 0.6.0
accesskit_consumer: 0.16.0

0.16.0 (2023-09-27)

⚠ BREAKING CHANGES

  • Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#291)
  • Clean up roles and properties (#289)
  • Drop Tree::root_scroller (#279)
  • Decouple in-tree focus from host window/view focus (#278)
  • Switch to simple unsigned 64-bit integer for node IDs (#276)

Features

  • Add role for terminals (#282) (ddbef37)
  • Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#291) (5313860)

Bug Fixes

  • Drop Tree::root_scroller (#279) (fc6c4e0)
  • Support text fields without a value property (#274) (5ae557b)
  • Use common filters across platform adapters (#287) (09c1204)

Code Refactoring

  • Clean up roles and properties (#289) (4fc9c55)
  • Decouple in-tree focus from host window/view focus (#278) (d360d20)
  • Switch to simple unsigned 64-bit integer for node IDs (#276) (3eadd48)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.11.2 to 0.12.0
accesskit_macos: 0.10.0

0.10.0 (2023-09-27)

⚠ BREAKING CHANGES

  • Make ActionHandler::do_action take &mut self (#296)
  • Clean up roles and properties (#289)
  • Decouple in-tree focus from host window/view focus (#278)
  • Switch to simple unsigned 64-bit integer for node IDs (#276)

Features

Bug Fixes

  • Support text fields without a value property (#274) (5ae557b)
  • Use common filters across platform adapters (#287) (09c1204)

Code Refactoring

  • Clean up roles and properties (#289) (4fc9c55)
  • Decouple in-tree focus from host window/view focus (#278) (d360d20)
  • Make ActionHandler::do_action take &mut self (#296) (4fc7846)
  • Switch to simple unsigned 64-bit integer for node IDs (#276) (3eadd48)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.11.2 to 0.12.0
      • accesskit_consumer bumped from 0.15.2 to 0.16.0
accesskit_unix: 0.6.0

0.6.0 (2023-09-27)

⚠ BREAKING CHANGES

  • Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#291)
  • Make ActionHandler::do_action take &mut self (#296)
  • Clean up roles and properties (#289)
  • Decouple in-tree focus from host window/view focus (#278)
  • Switch to simple unsigned 64-bit integer for node IDs (#276)

Features

  • Add role for terminals (#282) (ddbef37)
  • Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#291) (5313860)
  • Support live regions on Unix (#299) (8d52a5f)
  • Support multiple top-level windows on Unix (#292) (43ecf4b)

Bug Fixes

  • Don't require tokio rt-multi-thread feature (#290) (cf61e47)
  • Use common filters across platform adapters (#287) (09c1204)

Code Refactoring

  • Clean up roles and properties (#289) (4fc9c55)
  • Decouple in-tree focus from host window/view focus (#278) (d360d20)
  • Make ActionHandler::do_action take &mut self (#296) (4fc7846)
  • Switch to simple unsigned 64-bit integer for node IDs (#276) (3eadd48)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.11.2 to 0.12.0
      • accesskit_consumer bumped from 0.15.2 to 0.16.0
accesskit_windows: 0.15.0

0.15.0 (2023-09-27)

⚠ BREAKING CHANGES

  • Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#291)
  • Make ActionHandler::do_action take &mut self (#296)
  • Clean up roles and properties (#289)
  • Decouple in-tree focus from host window/view focus (#278)
  • Switch to simple unsigned 64-bit integer for node IDs (#276)

Features

  • Add role for terminals (#282) (ddbef37)
  • Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#291) (5313860)

Bug Fixes

  • Support text fields without a value property (#274) (5ae557b)
  • Use common filters across platform adapters (#287) (09c1204)

Code Refactoring

  • Clean up roles and properties (#289) (4fc9c55)
  • Decouple in-tree focus from host window/view focus (#278) (d360d20)
  • Make ActionHandler::do_action take &mut self (#296) (4fc7846)
  • Switch to simple unsigned 64-bit integer for node IDs (#276) (3eadd48)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.11.2 to 0.12.0
      • accesskit_consumer bumped from 0.15.2 to 0.16.0
accesskit_winit: 0.15.0

0.15.0 (2023-09-27)

⚠ BREAKING CHANGES

  • Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#291)
  • Make ActionHandler::do_action take &mut self (#296)
  • Decouple in-tree focus from host window/view focus (#278)
  • Switch to simple unsigned 64-bit integer for node IDs (#276)

Features

  • Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#291) (5313860)

Bug Fixes

Code Refactoring

  • Decouple in-tree focus from host window/view focus (#278) (d360d20)
  • Make ActionHandler::do_action take &mut self (#296) (4fc7846)
  • Switch to simple unsigned 64-bit integer for node IDs (#276) (3eadd48)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.11.2 to 0.12.0
      • accesskit_windows bumped from 0.14.3 to 0.15.0
      • accesskit_macos bumped from 0.9.0 to 0.10.0
      • accesskit_unix bumped from 0.5.2 to 0.6.0

This PR was generated with Release Please. See documentation.

@mwcampbell mwcampbell force-pushed the release-please--branches--main branch 3 times, most recently from 6bc84a8 to deaaac0 Compare August 18, 2023 18:21
@mwcampbell mwcampbell force-pushed the release-please--branches--main branch 3 times, most recently from 1c51203 to f53cba0 Compare August 27, 2023 09:44
@mwcampbell mwcampbell force-pushed the release-please--branches--main branch 6 times, most recently from fbb7e7a to 5070575 Compare September 2, 2023 21:57
@mwcampbell mwcampbell force-pushed the release-please--branches--main branch 3 times, most recently from 32bf715 to c3fa570 Compare September 27, 2023 11:05
@mwcampbell mwcampbell merged commit a72f90f into main Sep 27, 2023
5 checks passed
@mwcampbell mwcampbell deleted the release-please--branches--main branch September 27, 2023 15:17
@mwcampbell
Copy link
Contributor Author

πŸ€– Release is at https://github.com/AccessKit/accesskit/releases/tag/accesskit-v0.12.0 🌻

@mwcampbell
Copy link
Contributor Author

@mwcampbell
Copy link
Contributor Author

@mwcampbell
Copy link
Contributor Author

πŸ€– Release is at https://github.com/AccessKit/accesskit/releases/tag/accesskit_unix-v0.6.0 🌻

@mwcampbell
Copy link
Contributor Author

@mwcampbell
Copy link
Contributor Author

@mwcampbell
Copy link
Contributor Author

πŸ€– Release is at https://github.com/AccessKit/accesskit/releases/tag/accesskit_c-v0.6.0 🌻

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.

1 participant