Skip to content

Commit cccd614

Browse files
committed
Update changelog for version 0.12.0
1 parent 5d9427e commit cccd614

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

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.12.0 (2025-10-03)
6+
7+
### Added
8+
9+
- New `lint` command with 17 code style and quality rules and warnings to help catch common issues
10+
- File name is now printed when formatting a single file
11+
12+
### Changed
13+
14+
- Updated documentation to consistently use `gdscript-formatter` instead of `gdscript-format`
15+
16+
### Fixed
17+
18+
- Annotations not being parsed correctly in safe mode
19+
520
## Release 0.11.1 (2025-10-01)
621

722
This release fixes issues with class docstring formatting and comments at the end of functions most notably.

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

0 commit comments

Comments
 (0)