Skip to content

Commit fd0aef4

Browse files
committed
Update the changelog and cargo files for release 0.8
1 parent 83d29a3 commit fd0aef4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.8.0 (2025-09-22)
6+
7+
This release adds a safe mode to help make the formatter more resilient, and adds configuration instructions to integrate it into Zed, Helix, and JetBrains Rider.
8+
9+
### Added
10+
11+
- Syntax tree verification option (`--safe`) to catch formatting issues early
12+
- Instructions to integrate the formatter into JetBrains Rider
13+
- Two blank lines between functions/inner classes and following variable, signal, enum, or constant declarations
14+
15+
### Fixed
16+
17+
- Space after bitwise NOT being incorrectly added
18+
- Comma placement after multiline arrays
19+
- Trailing comma being added to multiline preload calls (GDScript does not support trailing commas in this case)
20+
521
## Release 0.7.1 (2025-09-21)
622

723
This release brings two hotfixes and adds configuration instructions for two editors.

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

0 commit comments

Comments
 (0)