Skip to content

Commit 0d98930

Browse files
committed
Release 0.24.0
1 parent 16615e1 commit 0d98930

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This file documents the changes made to the formatter with each release.
44

5-
## Unreleased 0.24.0
5+
## Release 0.24.0 (2026-07-25)
66

77
### Added
88

@@ -12,6 +12,8 @@ This file documents the changes made to the formatter with each release.
1212

1313
- Fixed edge case when a lambda is at the end of an argument list and ends with a match statement, causing the formatter to insert a trailing comma (#301)
1414
- Fixed a case of a long function definition that would not wrap on multiple lines despite being a little over 100 characters (#300)
15+
- Fixed a multiline argument in a function call that's not at the end of a chain of function calls forcing explicit line continuations for the rest of the chain (#298)
16+
1517

1618
## Release 0.23.0 (2026-07-24)
1719

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gdscript-formatter"
3-
version = "0.23.0"
3+
version = "0.24.0"
44
edition = "2024"
55
description = "A GDScript code formatter using Tree-sitter"
66
license = "MIT"

addons/GDQuest_GDScript_formatter/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="GDQuest GDScript Formatter"
44
description="A plugin to format GDScript code in the Godot editor using the GDScript Formatter from GDQuest."
55
author="GDQuest"
6-
version="0.23.0"
6+
version="0.24.0"
77
script="plugin.gd"

0 commit comments

Comments
 (0)