Skip to content

Commit 7363e43

Browse files
committed
Update changelog for version 0.9.1
1 parent 563ddcc commit 7363e43

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
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.9.1 (2025-09-25)
6+
7+
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.
8+
9+
### Added
10+
11+
- Nix flake support to use the formatter on NixOS
12+
13+
### Changed
14+
15+
- Release artifacts now only include zip files instead of both zip and tar.gz (this is needed to support auto-install in Godot)
16+
- Removed cleanup for lines containing only whitespace
17+
18+
### Fixed
19+
20+
- Progress messages appearing in output when using the `--stdout` option
21+
- Dangling commas sometimes being incorrectly moved inside strings
22+
- Various edge cases in post-processing formatting
23+
524
## Release 0.9.0 (2025-09-25)
625

726
This release focuses on performance improvements and adds support for formatting multiple files at once.

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

0 commit comments

Comments
 (0)