Skip to content

Commit 4a44e17

Browse files
committed
Update changelog for version 0.11.1
1 parent ae2d443 commit 4a44e17

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.11.1 (2025-10-01)
6+
7+
This release fixes issues with class docstring formatting and comments at the end of functions most notably.
8+
9+
### Added
10+
11+
- Idempotence checks to all tests to ensure formatted code remains unchanged when formatted again
12+
- Test cases for trailing comments and await expressions
13+
14+
### Fixed
15+
16+
- Docstrings being incorrectly attached to classes instead of following statements during code reordering
17+
- Comments at the very end of functions being incorrectly moved to a new line
18+
- Await expressions being incorrectly formatted when used with `not`
19+
520
## Release 0.11.0 (2025-09-29)
621

722
This release improves the formatter's performance by up to 10% compared to previous release, fixes several issues with safe mode, and refines the handling of docstrings and region.

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.10.1"
3+
version = "0.11.1"
44
edition = "2024"
55
description = "A GDScript code formatter using Topiary and Tree-sitter"
66
license = "MIT"

0 commit comments

Comments
 (0)