Skip to content

Commit ca73bb2

Browse files
committed
Update to version 0.18.0
1 parent 4d6dfd1 commit ca73bb2

File tree

3 files changed

+28
-16
lines changed

3 files changed

+28
-16
lines changed

CHANGELOG.md

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

33
This file documents the changes made to the formatter with each release. This project uses [semantic versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## Release 0.18.0 (2025-11-18)
6+
7+
### Added
8+
9+
- Godot addon: allow using both reorder code and safe mode together
10+
11+
### Fixed
12+
13+
- Safe mode: search for `extends_statement` node instead of accessing it by index (#174)
14+
- Multiline lambdas in ternaries having too much indentation and getting a parse error
15+
- Remove version number from Godot addon zip in releases (it was breaking download links)
16+
517
## Release 0.17.0 (2025-11-10)
618

719
### Added

Cargo.lock

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

0 commit comments

Comments
 (0)