@@ -10,13 +10,39 @@ Cutting-edge API docs of the `master` branch are available [here](https://godot-
1010
1111## Quick navigation
1212
13- - [ v0.5.0] ( #v050 )
13+ - [ v0.5.0] ( #v050 ) , [ v0.5.1 ] ( #v051 )
1414- [ v0.4.0] ( #v040 ) , [ v0.4.1] ( #v041 ) , [ v0.4.2] ( #v042 ) , [ v0.4.3] ( #v043 ) , [ v0.4.4] ( #v044 ) , [ v0.4.5] ( #v045 )
1515- [ v0.3.0] ( #v030 ) , [ v0.3.1] ( #v031 ) , [ v0.3.2] ( #v032 ) , [ v0.3.3] ( #v033 ) , [ v0.3.4] ( #v034 ) , [ v0.3.5] ( #v035 )
1616- [ v0.2.0] ( #v020 ) , [ v0.2.1] ( #v021 ) , [ v0.2.2] ( #v022 ) , [ v0.2.3] ( #v023 ) , [ v0.2.4] ( #v024 )
1717- [ v0.1.1] ( #v011 ) , [ v0.1.2] ( #v012 ) , [ v0.1.3] ( #v013 )
1818
1919
20+ ## [ v0.5.1] ( https://docs.rs/godot/0.5.1 )
21+
22+ _ 12 April 2026_
23+
24+ ### 🌻 Features
25+
26+ - ` #[signal(internal)] ` : hide from Godot docs/autocomplete ([ #1543 ] ( https://github.com/godot-rust/gdext/pull/1543 ) )
27+
28+ ### 🧹 Quality of life
29+
30+ - Improve error message for reference params/returns in ` #[func] ` ([ #1542 ] ( https://github.com/godot-rust/gdext/pull/1542 ) )
31+ - ` GodotConvert::Via: Clone ` is now implied ([ #1545 ] ( https://github.com/godot-rust/gdext/pull/1545 ) )
32+
33+ ### 🛠️ Bugfixes
34+
35+ - Replace magic error code 40 with thread-local ` CallError ` propagation ([ #1548 ] ( https://github.com/godot-rust/gdext/pull/1548 ) )
36+
37+ ### 🏗️ Maintenance
38+
39+ - Update GitHub Action dependencies to latest ([ #1540 ] ( https://github.com/godot-rust/gdext/pull/1540 ) )
40+ - Reorganize ` meta ` module, move parts to ` godot::private ` ([ #1546 ] ( https://github.com/godot-rust/gdext/pull/1546 ) )
41+ - Focused GDScript itests ([ #1547 ] ( https://github.com/godot-rust/gdext/pull/1547 ) )
42+ - Replace ` GodotNullableFfi ` with ` GodotNullableType ` ([ #1549 ] ( https://github.com/godot-rust/gdext/pull/1549 ) )
43+ - Follow Bash best practices in ` check.sh ` ([ #1553 ] ( https://github.com/godot-rust/gdext/pull/1553 ) )
44+
45+
2046## [ v0.5.0] ( https://docs.rs/godot/0.5.0 )
2147
2248_ 27 March 2026_
0 commit comments