Skip to content

Commit 3f1bbca

Browse files
committed
Prepare 3.6.0 release
1 parent 566ded3 commit 3f1bbca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

3-
## [not released]
3+
## [3.6.0] 2024-10-20
44

5+
### Added
6+
- Added support for missing network-related keywords (#209)
57
### Changed
68
- Fixed `max-public-methods` linter check disabling (#222)
79

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="gdtoolkit",
6-
version="3.5.0",
6+
version="3.6.0",
77
description="Independent set of tools for working with GDScript - parser, linter and formatter",
88
keywords=["GODOT", "GDSCRIPT", "PARSER", "LINTER", "FORMATTER"],
99
url="https://github.com/Scony/godot-gdscript-toolkit",

0 commit comments

Comments
 (0)