Skip to content

Commit 29a2c04

Browse files
committed
Update changelog for version 0.10.1
1 parent f08979f commit 29a2c04

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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.10.0 (2025-10-05)
5+
## Release 0.10.1 (2025-09-28)
6+
7+
### Changed
8+
9+
- Restored and added code reordering test cases
10+
11+
### Fixed
12+
13+
- Edge cases with class name and extend wrapping not being enforced on two lines
14+
- Reorder mode dropping region comments and RPC annotations
15+
- Some multiline strings being parsed incorrectly
16+
- Class docstring first line being moved incorrectly during reordering
17+
- Typed dictionaries function return types not formatting correctly
18+
- Region comments not attaching to the correct code block after reordering
19+
20+
## Release 0.10.0 (2025-09-27)
621

722
This release introduces a Godot addon to integrate the formatter with the Godot editor and fixes several formatting edge cases.
823

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

0 commit comments

Comments
 (0)