Skip to content

Commit a304262

Browse files
posts: New release!
1 parent 38dd78b commit a304262

File tree

1 file changed

+230
-0
lines changed

1 file changed

+230
-0
lines changed

_posts/2024-02-04-new-release.md

Lines changed: 230 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,230 @@
1+
---
2+
layout: post
3+
author: gtk-rs developers
4+
title: New Release
5+
categories: [front, crates]
6+
date: 2024-02-04 20:00:00 +0000
7+
---
8+
9+
* Write intro here *
10+
11+
### gtk-rs-core
12+
13+
* Removal of glib channels
14+
* Removal of re-exported once_cell crate, use `std::cell::OnceCell` / `std::sync::OnceLock`
15+
* Re-organized traits in glib
16+
* Dynamic types support
17+
18+
### gtk4-rs
19+
20+
* GTK 4.14 APIs support
21+
* Support `TemplateChild<T>` usage with `glib::Properties` macro
22+
23+
### Changes
24+
25+
For the interested ones, here is the list of the merged pull requests:
26+
27+
[gtk-rs-core](https://github.com/gtk-rs/gtk-rs-core):
28+
29+
* [Fix some new clippy warnings](https://github.com/gtk-rs/gtk-rs-core/pull/1299)
30+
* [chore: Drop no longer needed deny skips](https://github.com/gtk-rs/gtk-rs-core/pull/1302)
31+
* [build(deps): bump thiserror from 1.0.56 to 1.0.57](https://github.com/gtk-rs/gtk-rs-core/pull/1306)
32+
* [build(deps): bump tempfile from 3.9.0 to 3.10.0](https://github.com/gtk-rs/gtk-rs-core/pull/1307)
33+
* [glib: Fix expected error output of compiletests for 1.76](https://github.com/gtk-rs/gtk-rs-core/pull/1308)
34+
* [0.19 backports](https://github.com/gtk-rs/gtk-rs-core/pull/1309)
35+
* [glib: Add `Quark::from\_static\_str()`](https://github.com/gtk-rs/gtk-rs-core/pull/1312)
36+
* [Update Cargo.lock](https://github.com/gtk-rs/gtk-rs-core/pull/1313)
37+
* [build(deps): bump freetype-rs from 0.35.0 to 0.36.0](https://github.com/gtk-rs/gtk-rs-core/pull/1314)
38+
* [macros: allow to specify #\[default\] for glib::flags](https://github.com/gtk-rs/gtk-rs-core/pull/1316)
39+
* [build(deps): bump syn from 2.0.49 to 2.0.51](https://github.com/gtk-rs/gtk-rs-core/pull/1317)
40+
* [build(deps): bump syn from 2.0.51 to 2.0.52](https://github.com/gtk-rs/gtk-rs-core/pull/1319)
41+
* [build(deps): bump tempfile from 3.10.0 to 3.10.1](https://github.com/gtk-rs/gtk-rs-core/pull/1320)
42+
* [glib: Requires Upgrade on Downgrade::Weak type](https://github.com/gtk-rs/gtk-rs-core/pull/1321)
43+
* [glib-macros: Require at least syn 2.0.32](https://github.com/gtk-rs/gtk-rs-core/pull/1301)
44+
* [cairo: Fix version of the v1\_18 feature](https://github.com/gtk-rs/gtk-rs-core/pull/1310)
45+
* [docs: Move metadata back to packages](https://github.com/gtk-rs/gtk-rs-core/pull/1311)
46+
* [glib: Embed docs for ParamSpec types](https://github.com/gtk-rs/gtk-rs-core/pull/1323)
47+
* [Regenerate with latest gir files](https://github.com/gtk-rs/gtk-rs-core/pull/1324)
48+
* [pango: add some missing AttrInt constructors.](https://github.com/gtk-rs/gtk-rs-core/pull/1325)
49+
* [glib: Drop the main context future return value sender on finalize](https://github.com/gtk-rs/gtk-rs-core/pull/1328)
50+
* [glib: Optimize string collation bindings a bit](https://github.com/gtk-rs/gtk-rs-core/pull/1329)
51+
* [gio: correctly free argument list items](https://github.com/gtk-rs/gtk-rs-core/pull/1331)
52+
* [build(deps): bump thiserror from 1.0.57 to 1.0.58](https://github.com/gtk-rs/gtk-rs-core/pull/1332)
53+
* [build(deps): bump system-deps from 6.2.0 to 6.2.1](https://github.com/gtk-rs/gtk-rs-core/pull/1334)
54+
* [build(deps): bump proc-macro2 from 1.0.78 to 1.0.79](https://github.com/gtk-rs/gtk-rs-core/pull/1333)
55+
* [build(deps): bump heck from 0.4.1 to 0.5.0](https://github.com/gtk-rs/gtk-rs-core/pull/1335)
56+
* [0.19 backports](https://github.com/gtk-rs/gtk-rs-core/pull/1336)
57+
* [glib: Don't misuse `slice::get\_unchecked()`](https://github.com/gtk-rs/gtk-rs-core/pull/1337)
58+
* [Document values of Continue and Break](https://github.com/gtk-rs/gtk-rs-core/pull/1304)
59+
* [build(deps): bump smallvec from 1.13.1 to 1.13.2](https://github.com/gtk-rs/gtk-rs-core/pull/1340)
60+
* [build(deps): bump syn from 2.0.53 to 2.0.55](https://github.com/gtk-rs/gtk-rs-core/pull/1341)
61+
* [Fix glib compiletest expected output for Rust 1.77](https://github.com/gtk-rs/gtk-rs-core/pull/1342)
62+
* [glib: fix UB in VariantStrIter::impl\_get](https://github.com/gtk-rs/gtk-rs-core/pull/1343)
63+
* [docs: `construct` attribute for `glib::Properties`](https://github.com/gtk-rs/gtk-rs-core/pull/1344)
64+
* [build(deps): bump pin-project-lite from 0.2.13 to 0.2.14](https://github.com/gtk-rs/gtk-rs-core/pull/1345)
65+
* [build(deps): bump syn from 2.0.55 to 2.0.57](https://github.com/gtk-rs/gtk-rs-core/pull/1346)
66+
* [build(deps): bump memchr from 2.7.1 to 2.7.2](https://github.com/gtk-rs/gtk-rs-core/pull/1347)
67+
* [Fix nightly clippy warnings](https://github.com/gtk-rs/gtk-rs-core/pull/1348)
68+
* [Update gir / gir-files and update for `time\_t`](https://github.com/gtk-rs/gtk-rs-core/pull/1349)
69+
* [build(deps): bump syn from 2.0.57 to 2.0.58](https://github.com/gtk-rs/gtk-rs-core/pull/1350)
70+
* [0.19 backports](https://github.com/gtk-rs/gtk-rs-core/pull/1351)
71+
* [glib: Freeze property notifications while setting multiple properties](https://github.com/gtk-rs/gtk-rs-core/pull/1355)
72+
* [build(deps): bump proc-macro2 from 1.0.79 to 1.0.80](https://github.com/gtk-rs/gtk-rs-core/pull/1357)
73+
* [build(deps): bump peaceiris/actions-gh-pages from 3 to 4](https://github.com/gtk-rs/gtk-rs-core/pull/1356)
74+
* [build(deps): bump syn from 2.0.58 to 2.0.59](https://github.com/gtk-rs/gtk-rs-core/pull/1358)
75+
* [build(deps): bump quote from 1.0.35 to 1.0.36](https://github.com/gtk-rs/gtk-rs-core/pull/1359)
76+
* [glib-sys: Add missing includes in `manual.h`](https://github.com/gtk-rs/gtk-rs-core/pull/1361)
77+
* [glib-sys: fix struct size mismatches](https://github.com/gtk-rs/gtk-rs-core/pull/1360)
78+
* [build(deps): bump syn from 2.0.59 to 2.0.60](https://github.com/gtk-rs/gtk-rs-core/pull/1365)
79+
* [build(deps): bump proc-macro2 from 1.0.80 to 1.0.81](https://github.com/gtk-rs/gtk-rs-core/pull/1364)
80+
* [build(deps): bump thiserror from 1.0.58 to 1.0.59](https://github.com/gtk-rs/gtk-rs-core/pull/1363)
81+
* [build(deps): bump serial\_test from 3.0.0 to 3.1.0](https://github.com/gtk-rs/gtk-rs-core/pull/1362)
82+
* [glib-macros: Improve error message when `Properties` struct doesn't have at least one `#\[property(…)\]`](https://github.com/gtk-rs/gtk-rs-core/pull/1352)
83+
* [ci: Enable glib-sys / gobject-sys tests](https://github.com/gtk-rs/gtk-rs-core/pull/1368)
84+
* [glib-macros/properties: Allow structs with no properties](https://github.com/gtk-rs/gtk-rs-core/pull/1370)
85+
* [glib::wrapper: Add docs for impls generated by the wrapper macro](https://github.com/gtk-rs/gtk-rs-core/pull/1369)
86+
* [glib: Re-add and rename manual Win32 API additions](https://github.com/gtk-rs/gtk-rs-core/pull/1372)
87+
* [0.19 backports](https://github.com/gtk-rs/gtk-rs-core/pull/1371)
88+
* [build(deps): bump serial\_test from 3.1.0 to 3.1.1](https://github.com/gtk-rs/gtk-rs-core/pull/1374)
89+
* [glib: Don't use `g\_object\_list\_properties()` for setting properties](https://github.com/gtk-rs/gtk-rs-core/pull/1376)
90+
* [glib: Use a reference to a pointer of correct mutability for from\_gli…](https://github.com/gtk-rs/gtk-rs-core/pull/1375)
91+
* [build(deps): bump libc from 0.2.153 to 0.2.154](https://github.com/gtk-rs/gtk-rs-core/pull/1386)
92+
* [glib: Add missing Send bound to the output type of the `spawn\_from\_within()` future](https://github.com/gtk-rs/gtk-rs-core/pull/1383)
93+
* [glib: Only implement Send on JoinHandle if the result is Send](https://github.com/gtk-rs/gtk-rs-core/pull/1387)
94+
* [glib: Implement Sync for ThreadGuard](https://github.com/gtk-rs/gtk-rs-core/pull/1388)
95+
* [glib: Decouple ObjectInterface impl from interface class struct](https://github.com/gtk-rs/gtk-rs-core/pull/1384)
96+
* [glib-macros: Refactor parsing code of object\_subclass/object\_interface](https://github.com/gtk-rs/gtk-rs-core/pull/1379)
97+
* [0.19 backports](https://github.com/gtk-rs/gtk-rs-core/pull/1390)
98+
* [examples: Add example for custom class structs and virtual methods](https://github.com/gtk-rs/gtk-rs-core/pull/1378)
99+
* [Fix clippy warnings](https://github.com/gtk-rs/gtk-rs-core/pull/1393)
100+
* [build(deps): bump thiserror from 1.0.59 to 1.0.60](https://github.com/gtk-rs/gtk-rs-core/pull/1397)
101+
* [build(deps): bump proc-macro2 from 1.0.81 to 1.0.82](https://github.com/gtk-rs/gtk-rs-core/pull/1398)
102+
* [build(deps): bump syn from 2.0.60 to 2.0.63](https://github.com/gtk-rs/gtk-rs-core/pull/1399)
103+
* [glib: Add bindings for `g\_value\_set\_static\_string()`](https://github.com/gtk-rs/gtk-rs-core/pull/1400)
104+
* [build(deps): bump thiserror from 1.0.60 to 1.0.61](https://github.com/gtk-rs/gtk-rs-core/pull/1402)
105+
* [build(deps): bump proc-macro2 from 1.0.82 to 1.0.83](https://github.com/gtk-rs/gtk-rs-core/pull/1405)
106+
* [build(deps): bump syn from 2.0.63 to 2.0.65](https://github.com/gtk-rs/gtk-rs-core/pull/1404)
107+
* [build(deps): bump libc from 0.2.154 to 0.2.155](https://github.com/gtk-rs/gtk-rs-core/pull/1403)
108+
* [0.19 backports](https://github.com/gtk-rs/gtk-rs-core/pull/1408)
109+
* [glib/functions: add compute\_checksum\_for\_string](https://github.com/gtk-rs/gtk-rs-core/pull/1406)
110+
* [glib: Improve `ValueArray` API, add tests and assertions for invalid …](https://github.com/gtk-rs/gtk-rs-core/pull/1411)
111+
* [glib: Fix `MatchInfo::next()` handling of returning `FALSE`](https://github.com/gtk-rs/gtk-rs-core/pull/1410)
112+
* [glib: Add unsafe `Value::into\_send\_value()`](https://github.com/gtk-rs/gtk-rs-core/pull/1413)
113+
* [build(deps): bump proc-macro2 from 1.0.83 to 1.0.84](https://github.com/gtk-rs/gtk-rs-core/pull/1414)
114+
* [build(deps): bump syn from 2.0.65 to 2.0.66](https://github.com/gtk-rs/gtk-rs-core/pull/1415)
115+
* [spell fix](https://github.com/gtk-rs/gtk-rs-core/pull/1419)
116+
* [Regenerate with latest gir/gir-files](https://github.com/gtk-rs/gtk-rs-core/pull/1420)
117+
* [Fix various nightly clippy warnings](https://github.com/gtk-rs/gtk-rs-core/pull/1421)
118+
119+
[gtk4-rs](https://github.com/gtk-rs/gtk4-rs):
120+
121+
* [build(deps): bump tempfile from 3.10.0 to 3.10.1](https://github.com/gtk-rs/gtk4-rs/pull/1631)
122+
* [build(deps): bump cairo-sys-rs from `90fc203` to `8e5054e`](https://github.com/gtk-rs/gtk4-rs/pull/1628)
123+
* [build(deps): bump pkg-config from 0.3.29 to 0.3.30](https://github.com/gtk-rs/gtk4-rs/pull/1632)
124+
* [build(deps): bump docker/build-push-action from 4976231911ebf5f32aad765192d35f942aa48cb8 to 831ca179d3cf91cf0c90ca465a408fa61e2129a2](https://github.com/gtk-rs/gtk4-rs/pull/1627)
125+
* [build(deps): bump docker/login-action from 83a00bc1ab5ded6580f31df1c49e6aaa932d840d to 5139682d94efc37792e6b54386b5b470a68a4737](https://github.com/gtk-rs/gtk4-rs/pull/1625)
126+
* [cargo-deny: Remove libloading dependencies](https://github.com/gtk-rs/gtk4-rs/pull/1633)
127+
* [build(deps): bump glib-sys from `8e5054e` to `8176286`](https://github.com/gtk-rs/gtk4-rs/pull/1634)
128+
* [Regenerate with latest gir-files](https://github.com/gtk-rs/gtk4-rs/pull/1637)
129+
* [build(deps): bump reqwest from 0.11.24 to 0.11.25](https://github.com/gtk-rs/gtk4-rs/pull/1640)
130+
* [build(deps): bump femtovg from 0.8.2 to 0.9.0](https://github.com/gtk-rs/gtk4-rs/pull/1642)
131+
* [Simplify library configuration step for Windows](https://github.com/gtk-rs/gtk4-rs/pull/1644)
132+
* [build(deps): bump docker/login-action from 5139682d94efc37792e6b54386b5b470a68a4737 to e92390c5fb421da1463c202d546fed0ec5c39f20](https://github.com/gtk-rs/gtk4-rs/pull/1648)
133+
* [build(deps): bump docker/build-push-action from 831ca179d3cf91cf0c90ca465a408fa61e2129a2 to 090ca155fc9b214cbcac536c450455a0e96f52c6](https://github.com/gtk-rs/gtk4-rs/pull/1656)
134+
* [Replace simple `impl Debug` with derived `Debug` in tokio example](https://github.com/gtk-rs/gtk4-rs/pull/1663)
135+
* [build(deps): bump image from 0.24.9 to 0.25.1](https://github.com/gtk-rs/gtk4-rs/pull/1669)
136+
* [Fix nightly clippy warnings](https://github.com/gtk-rs/gtk4-rs/pull/1670)
137+
* [docs: fix `Path` setting on windows](https://github.com/gtk-rs/gtk4-rs/pull/1675)
138+
* [Correctly handle `NULL` `GError\*\*` out parameters](https://github.com/gtk-rs/gtk4-rs/pull/1672)
139+
* [build(deps): bump mio from 0.8.10 to 0.8.11 in /book/listings](https://github.com/gtk-rs/gtk4-rs/pull/1677)
140+
* [Regenerate with latest gir](https://github.com/gtk-rs/gtk4-rs/pull/1678)
141+
* [dockerfile: Update libadwaita to 1.5](https://github.com/gtk-rs/gtk4-rs/pull/1687)
142+
* [book: Update dependencies](https://github.com/gtk-rs/gtk4-rs/pull/1686)
143+
* [build(deps): bump peaceiris/actions-gh-pages from 3 to 4](https://github.com/gtk-rs/gtk4-rs/pull/1691)
144+
* [build(deps): bump femtovg from 0.9.0 to 0.9.1](https://github.com/gtk-rs/gtk4-rs/pull/1693)
145+
* [build(deps): bump async-channel from 2.2.0 to 2.2.1](https://github.com/gtk-rs/gtk4-rs/pull/1695)
146+
* [build(deps): bump peaceiris/actions-mdbook from 1 to 2](https://github.com/gtk-rs/gtk4-rs/pull/1692)
147+
* [build(deps): bump proc-macro2 from 1.0.79 to 1.0.80](https://github.com/gtk-rs/gtk4-rs/pull/1694)
148+
* [macros: Drop macro-proc-error and upgrade syn to 2.0](https://github.com/gtk-rs/gtk4-rs/pull/1688)
149+
* [Fix typo in todo\_1.md](https://github.com/gtk-rs/gtk4-rs/pull/1707)
150+
* [macros: Drop anyhow dependency](https://github.com/gtk-rs/gtk4-rs/pull/1708)
151+
* [gtk4: Require GDK 4.14 when enabling the `v4\_14` feature](https://github.com/gtk-rs/gtk4-rs/pull/1704)
152+
* [gtk4: Manually implement `GraphicsOffload` constructor for now](https://github.com/gtk-rs/gtk4-rs/pull/1705)
153+
* [build(deps): bump proc-macro2 from 1.0.80 to 1.0.81](https://github.com/gtk-rs/gtk4-rs/pull/1713)
154+
* [build(deps): bump chrono from 0.4.37 to 0.4.38](https://github.com/gtk-rs/gtk4-rs/pull/1712)
155+
* [build(deps): bump quote from 1.0.35 to 1.0.36](https://github.com/gtk-rs/gtk4-rs/pull/1711)
156+
* [build(deps): bump reqwest from 0.11.27 to 0.12.4](https://github.com/gtk-rs/gtk4-rs/pull/1714)
157+
* [Update dependencies](https://github.com/gtk-rs/gtk4-rs/pull/1717)
158+
* [Release 0.8.2](https://github.com/gtk-rs/gtk4-rs/pull/1718)
159+
* [build(deps): bump docker/build-push-action from 090ca155fc9b214cbcac536c450455a0e96f52c6 to 7e6f77677b7892794c8852c6e3773c3e9bc3129a](https://github.com/gtk-rs/gtk4-rs/pull/1710)
160+
* [build(deps): bump serde from 1.0.198 to 1.0.199](https://github.com/gtk-rs/gtk4-rs/pull/1722)
161+
* [build(deps): bump lycheeverse/lychee-action from 1.9.3 to 1.10.0](https://github.com/gtk-rs/gtk4-rs/pull/1720)
162+
* [build(deps): bump docker/build-push-action from 7e6f77677b7892794c8852c6e3773c3e9bc3129a to eb539f44b153603ccbfbd98e2ab9d4d0dcaf23a4](https://github.com/gtk-rs/gtk4-rs/pull/1721)
163+
* [build(deps): bump rustls from 0.22.3 to 0.22.4 in /book/listings](https://github.com/gtk-rs/gtk4-rs/pull/1723)
164+
* [Update link for Cogitri/Health to World/Health](https://github.com/gtk-rs/gtk4-rs/pull/1725)
165+
* [build(deps): bump libc from 0.2.153 to 0.2.154](https://github.com/gtk-rs/gtk4-rs/pull/1727)
166+
* [build(deps): bump serde from 1.0.199 to 1.0.200](https://github.com/gtk-rs/gtk4-rs/pull/1728)
167+
* [build(deps): bump serde from 1.0.200 to 1.0.201](https://github.com/gtk-rs/gtk4-rs/pull/1737)
168+
* [build(deps): bump proc-macro2 from 1.0.81 to 1.0.82](https://github.com/gtk-rs/gtk4-rs/pull/1735)
169+
* [examples: Support GL &gt;= 3.1 and GLES &gt;= 3.0 in the glium example](https://github.com/gtk-rs/gtk4-rs/pull/1733)
170+
* [Update list\_widgets.md](https://github.com/gtk-rs/gtk4-rs/pull/1742)
171+
* [gtk: Implement Downgrade for TemplateChild&lt;T&gt;](https://github.com/gtk-rs/gtk4-rs/pull/1750)
172+
* [build(deps): bump proc-macro2 from 1.0.82 to 1.0.83](https://github.com/gtk-rs/gtk4-rs/pull/1747)
173+
* [build(deps): bump libc from 0.2.154 to 0.2.155](https://github.com/gtk-rs/gtk4-rs/pull/1746)
174+
* [build(deps): bump serde from 1.0.201 to 1.0.202](https://github.com/gtk-rs/gtk4-rs/pull/1745)
175+
* [build(deps): bump docker/build-push-action from eb539f44b153603ccbfbd98e2ab9d4d0dcaf23a4 to 2a53c6ccda456d31fb62eedc658aae06e238b7bd](https://github.com/gtk-rs/gtk4-rs/pull/1743)
176+
* [build(deps): bump proc-macro2 from 1.0.83 to 1.0.84](https://github.com/gtk-rs/gtk4-rs/pull/1752)
177+
* [build(deps): bump serde from 1.0.202 to 1.0.203](https://github.com/gtk-rs/gtk4-rs/pull/1751)
178+
* [custom\_orientable: Fix interface property override](https://github.com/gtk-rs/gtk4-rs/pull/1755)
179+
* [Fix nightly clippy warnings](https://github.com/gtk-rs/gtk4-rs/pull/1730)
180+
* [Simplify reading file contents to a String](https://github.com/gtk-rs/gtk4-rs/pull/1719)
181+
182+
All this was possible thanks to the [gtk-rs/gir](https://github.com/gtk-rs/gir) project as well:
183+
184+
* [build(deps): bump toml from 0.8.8 to 0.8.9](https://github.com/gtk-rs/gir/pull/1544)
185+
* [Automatically assume that `win32\_` and `unix\_` should use the related cfg](https://github.com/gtk-rs/gir/pull/1540)
186+
* [Generate cfgs with `update\_cfgs` on enums as well](https://github.com/gtk-rs/gir/pull/1545)
187+
* [Correctly generate cfg condition for ABI tests](https://github.com/gtk-rs/gir/pull/1546)
188+
* [build(deps): bump toml from 0.8.9 to 0.8.10](https://github.com/gtk-rs/gir/pull/1548)
189+
* [build(deps): bump env\_logger from 0.11.1 to 0.11.2](https://github.com/gtk-rs/gir/pull/1549)
190+
* [Revert Automatically assume that win32\_ and unix\_ should use the related cfg](https://github.com/gtk-rs/gir/pull/1547)
191+
* [build(deps): bump log from 0.4.20 to 0.4.21](https://github.com/gtk-rs/gir/pull/1552)
192+
* [build(deps): bump env\_logger from 0.11.2 to 0.11.3](https://github.com/gtk-rs/gir/pull/1553)
193+
* [build(deps): bump toml from 0.8.10 to 0.8.11](https://github.com/gtk-rs/gir/pull/1554)
194+
* [build(deps): bump bitflags from 2.4.2 to 2.5.0](https://github.com/gtk-rs/gir/pull/1556)
195+
* [build(deps): bump regex from 1.10.3 to 1.10.4](https://github.com/gtk-rs/gir/pull/1557)
196+
* [build(deps): bump toml from 0.8.11 to 0.8.12](https://github.com/gtk-rs/gir/pull/1558)
197+
* [build(deps): bump xml-rs from 0.8.19 to 0.8.20](https://github.com/gtk-rs/gir/pull/1560)
198+
* [Add support for `libc::time\_t` and related types](https://github.com/gtk-rs/gir/pull/1562)
199+
* [build(deps): bump peaceiris/actions-mdbook from 1 to 2](https://github.com/gtk-rs/gir/pull/1565)
200+
* [build(deps): bump peaceiris/actions-gh-pages from 3 to 4](https://github.com/gtk-rs/gir/pull/1564)
201+
* [Codegen clippy fixes](https://github.com/gtk-rs/gir/pull/1566)
202+
* [build(deps): bump toml from 0.8.12 to 0.8.13](https://github.com/gtk-rs/gir/pull/1567)
203+
204+
Thanks to all of our contributors for their (awesome!) work on this release:
205+
206+
* [@A6GibKm](https://github.com/A6GibKm)
207+
* [@alatiera](https://github.com/alatiera)
208+
* [@amyspark](https://github.com/amyspark)
209+
* [@bilelmoussaoui](https://github.com/bilelmoussaoui)
210+
* [@DaKnig](https://github.com/DaKnig)
211+
* [@decathorpe](https://github.com/decathorpe)
212+
* [@dependabot[bot]](https://github.com/dependabot[bot])
213+
* [@ellnix](https://github.com/ellnix)
214+
* [@enaut](https://github.com/enaut)
215+
* [@exi](https://github.com/exi)
216+
* [@felinira](https://github.com/felinira)
217+
* [@GuillaumeGomez](https://github.com/GuillaumeGomez)
218+
* [@Hofer-Julian](https://github.com/Hofer-Julian)
219+
* [@liushuyu](https://github.com/liushuyu)
220+
* [@marcinjahn](https://github.com/marcinjahn)
221+
* [@misson20000](https://github.com/misson20000)
222+
* [@mjgarton](https://github.com/mjgarton)
223+
* [@mokurin000](https://github.com/mokurin000)
224+
* [@nazar-pc](https://github.com/nazar-pc)
225+
* [@pbor](https://github.com/pbor)
226+
* [@pranjalkole](https://github.com/pranjalkole)
227+
* [@sdroege](https://github.com/sdroege)
228+
* [@vhakulinen](https://github.com/vhakulinen)
229+
* [@ystreet](https://github.com/ystreet)
230+
* [@zecakeh](https://github.com/zecakeh)

0 commit comments

Comments
 (0)