Skip to content

Commit a181be8

Browse files
committed
Getting ready for release 3.5.0
1 parent 4292c4a commit a181be8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

3-
## [latest]
3+
## [3.5.0] 2023-03-15
44

55
### Added
66
- Added support for multiline `preload` expression formatting (was fixed in Godot)
7+
- Added full UTF-8 support
78

89
## [3.4.0] 2022-04-21
910

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.4.0",
6+
version="3.5.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)