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

Backport changes to 0.18 #1183

Merged
merged 9 commits into from
Sep 14, 2023
Merged

Conversation

pentamassiv and others added 7 commits September 14, 2023 17:35
Some notes:
* names were made "rustier", e.g.:` g_unichar_istitle` became
`is_titlecase`
* I did not include APIs that were already availabe through Rust's char
The blogpost[1] mentions that these are re-exported, so to avoid causing
confusion, make it so these appear in documentation.

[1]: https://gtk-rs.org/blog/2023/08/28/new-release.html#switch-to-bitflags-20
@bilelmoussaoui
Copy link
Member

Cairo/sys also needs a release btw

@GuillaumeGomez
Copy link
Member Author

Good catch! Updated it as well.

@@ -6,7 +6,7 @@ authors = ["The gtk-rs Project Developers"]
keywords = ["glib", "gio", "gtk-rs", "gnome"]
readme = "README.md"
documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/gio/"
version = "0.18.1"
version = "0.18.2"
Copy link
Member

Choose a reason for hiding this comment

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

Please change version in all Cargo.toml, but only upload/publish the ones that have functional changes

Copy link
Member

@sdroege sdroege left a comment

Choose a reason for hiding this comment

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

Looks good to me otherwise. Change that one thing and go :) Thanks!

@GuillaumeGomez
Copy link
Member Author

Done. So just need to publish (listing for myself):

  • cairo
  • cairo-sys
  • gio
  • glib
  • glib-macros

@GuillaumeGomez GuillaumeGomez merged commit 1ce51ac into gtk-rs:0.18 Sep 14, 2023
46 checks passed
@GuillaumeGomez GuillaumeGomez deleted the backport branch September 14, 2023 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants