Skip to content

Commit

Permalink
Merge pull request #307 from gtk-rs/bilelmoussaoui/new-release
Browse files Browse the repository at this point in the history
posts: New release!
  • Loading branch information
sdroege authored Jun 2, 2024
2 parents 9c018bd + 80a1419 commit f8dcd77
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _posts/2020-07-04-new-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@ For the interested ones, here is the list of the merged pull requests:
* [Replace bad code](https://github.com/gtk-rs/cairo/pull/314)
* [Update for new from\_glib\_borrow signature](https://github.com/gtk-rs/cairo/pull/315)
* [Add missing fn](https://github.com/gtk-rs/cairo/pull/317)
* [Don't include LGPL docs in the docs if both embed-lgpl-docs and purge](https://github.com/gtk-rs/cairo/pull/319)
* [Don't include LGPL docs in the docs if both embed-lgpl-docs and purge-lgpl-docs features are selected](https://github.com/gtk-rs/cairo/pull/319)
* [errors: create an Error type and use that instead of Status](https://github.com/gtk-rs/cairo/pull/322)
* [Work around crash when trying to access data of an image surface afte…](https://github.com/gtk-rs/cairo/pull/324)
* [Work around crash when trying to access data of an image surface](https://github.com/gtk-rs/cairo/pull/324)
* [add a freetype feature](https://github.com/gtk-rs/cairo/pull/326)
* [mark all the enums as non exhaustive](https://github.com/gtk-rs/cairo/pull/327)
* [add a script feature](https://github.com/gtk-rs/cairo/pull/328)
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-10-18-new-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ For the interested ones, here is the list of the merged pull requests:
* [dynamic type function variants for Variants and Values](https://github.com/gtk-rs/gtk-rs-core/pull/519)
* [gtask: fix memory leak when calling g\_task\_return\_value](https://github.com/gtk-rs/gtk-rs-core/pull/527)
* [Handle empty slices correctly](https://github.com/gtk-rs/gtk-rs-core/pull/533)
* [cairo: Allow writing arbitrary `Surface`s as PNGs](https://github.com/gtk-rs/gtk-rs-core/pull/543)
* [cairo: Allow writing arbitrary `Surface`s as `PNG`s](https://github.com/gtk-rs/gtk-rs-core/pull/543)
* [glib: add trait `StaticTypeExt` with method `type\_ensure`](https://github.com/gtk-rs/gtk-rs-core/pull/544)
* [Add missing pango attrs](https://github.com/gtk-rs/gtk-rs-core/pull/548)
* [Remove remaining public fields](https://github.com/gtk-rs/gtk-rs-core/pull/549)
Expand Down
Loading

0 comments on commit f8dcd77

Please sign in to comment.