Skip to content

Commit de2f0f1

Browse files
committed
Bump version to 3.6-stable \o/
At long last, after 2 years of development, Godot 3.6 is finally out! Developing it in parallel to the 4.x branch proved to be a challenge, as eventually I (Rémi) hardly had any time to focus on it. Thankfully lawnjelly picked up the torch, both on the feature dev side (most new rendering features are his work) but now also as release manager for 3.x. For anyone still using Godot 3.5 for their released or soon-to-be published titles, upgrading to 3.6 should bring a lot of bug fixes, as well as a number of useful features and quality of life improvements.
1 parent f4b5792 commit de2f0f1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77

8-
## [3.6] - TBD
8+
## [3.6] - 2024-09-09
9+
10+
See the [release announcement](https://godotengine.org/article/godot-3-6-finally-released) for details.
911

1012
### Added
1113

@@ -2949,6 +2951,7 @@ See the [release announcement](https://godotengine.org/article/maintenance-relea
29492951
- Only WebAssembly is supported now, since all browsers supporting WebGL 2.0 also support WebAssembly.
29502952

29512953

2954+
[3.6]: https://downloads.tuxfamily.org/godotengine/3.5/Godot_v3.6-stable_changelog_chrono.txt
29522955
[3.5]: https://downloads.tuxfamily.org/godotengine/3.5/Godot_v3.5-stable_changelog_chrono.txt
29532956
[3.4]: https://downloads.tuxfamily.org/godotengine/3.4/Godot_v3.4-stable_changelog_chrono.txt
29542957
[3.3]: https://downloads.tuxfamily.org/godotengine/3.3/Godot_v3.3-stable_changelog_chrono.txt

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
major = 3
44
minor = 6
55
patch = 0
6-
status = "rc"
6+
status = "stable"
77
module_config = ""
88
year = 2024
99
website = "https://godotengine.org"

0 commit comments

Comments
 (0)