Skip to content

Commit 945e297

Browse files
committed
chore: update changelog and version to 0.7.1
1 parent 24d1fab commit 945e297

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.7.1 (2025-09-21)
6+
7+
This release brings two hotfixes and adds configuration instructions for two editors.
8+
9+
### Added
10+
11+
- Instructions to integrate the formatter into the Zed and Helix editors
12+
13+
### Fixed
14+
15+
- Regions being erased during formatting
16+
- Inline comments in function calls being misplaced
17+
518
## Release 0.7.0 (2025-09-19)
619

720
This release improves formatting consistency for dictionaries, arrays, and function parameters, and fixes several edge cases related to variable declarations and class definitions.

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

0 commit comments

Comments
 (0)