Skip to content

Commit 7744537

Browse files
committed
Update changelog for version 0.13.0
1 parent 8db2d41 commit 7744537

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.13.0 (2025-10-06)
6+
7+
### Added
8+
9+
- `max_term_width` configuration option now set to 120 characters by default
10+
11+
### Changed
12+
13+
- Improved `--help` and `-h` output for better clarity
14+
- Updated the tree-sitter GDScript parser to the latest version
15+
- Function annotations now preserve input formatting and allow inline annotations with function definitions
16+
17+
### Fixed
18+
19+
- Safe mode no longer moves inline annotations in functions
20+
- CI: Removed rust cache as it cannot work for the current build process
21+
- Fixed issue with comments dedented from a function body causing next lines to be dedented too
22+
- Fixed reorder mode dropping comments in one edge case (multiple commented lines at different indent levels at the end of a function)
23+
524
## Release 0.12.0 (2025-10-03)
625

726
### Added

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

0 commit comments

Comments
 (0)