Skip to content

Commit 798571d

Browse files
committed
Update changelog and version for 0.2.0
1 parent bc7d805 commit 798571d

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.2.0 (2025-08-23)
6+
7+
### Added
8+
9+
- Support for multi-line wrapping of function parameters with extra indentation
10+
- Spacing around the "as" keyword
11+
12+
### Changed
13+
14+
- Formatter now overwrites formatted files by default instead of outputting to stdout
15+
- Added option to output to stdout when needed
16+
- Version number is now read directly from Cargo.toml at build time
17+
518
## Release 0.1.0 (2025-08-21)
619

720
This is the initial release of the GDScript formatter.

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

0 commit comments

Comments
 (0)