Skip to content

Commit 594eaf9

Browse files
committed
Release 0.20.1
1 parent b85ae6a commit 594eaf9

3 files changed

Lines changed: 18 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## Release 0.20.1 (2026-05-26)
6+
7+
### Fixed
8+
9+
- Fix missing space between `extends` and `class_name` when they're on on one line (#209)
10+
- Fix `if` statements inside of lambdas causing parse errors after formatting (#201)
11+
- Fix nested dictionaries using `=` for key-value pairs missing a space in some cases (#136)
12+
- Fix annotated signals in inner classes failing to parse, causing broken formatting (#195)
513

614
## Release 0.20.0 (2026-05-20)
715

Cargo.lock

Lines changed: 9 additions & 9 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.20.0"
3+
version = "0.20.1"
44
edition = "2024"
55
description = "A GDScript code formatter and linter using Topiary and Tree-sitter"
66
license = "MIT"

0 commit comments

Comments
 (0)