Skip to content

Commit 1cd115d

Browse files
committed
Update changelog for version 0.10.0
1 parent 37d3e9b commit 1cd115d

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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.10.0 (2025-10-05)
6+
7+
This release introduces a Godot addon to integrate the formatter with the Godot editor and fixes several formatting edge cases.
8+
9+
### Added
10+
11+
- Godot addon in which you can:
12+
- Install and uninstall the formatter directly from within the Godot editor
13+
- Access issues and documentation
14+
- Use the formatter, reorder code, and format on save
15+
- Change formatter settings
16+
- Reference to the AUR package in the README
17+
18+
### Changed
19+
20+
- Changed formatting for `class_name` declarations with `extends` to wrap on two lines (following the official style guide)
21+
22+
### Fixed
23+
24+
- Newlines being incorrectly removed in multiline ternary expressions
25+
- Formatting issues with `extends` when the class name is under 3 characters long
26+
- Missing line returns between multiple match patterns on a single line
27+
528
## Release 0.9.1 (2025-09-25)
629

730
This is a minor release that adds Nix support and fixes several edge cases with output formatting and comma handling. It also prepares for support for the formatter from within Godot.

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

0 commit comments

Comments
 (0)