Skip to content

Commit 5f83af2

Browse files
committed
Update to version 0.18.2
1 parent 86f9aeb commit 5f83af2

File tree

3 files changed

+23
-16
lines changed

3 files changed

+23
-16
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2 (2025-12-05)
6+
7+
### Fixed
8+
9+
- Reorder mode: region end comments being attached to the wrong function
10+
- Formatting @abstract methods with trailing semicolons
11+
512
## Release 0.18.1 (2025-11-25)
613

714
### Fixed

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.18.1"
3+
version = "0.18.2"
44
edition = "2024"
55
description = "A GDScript code formatter and linter using Topiary and Tree-sitter"
66
license = "MIT"

0 commit comments

Comments
 (0)