Skip to content

Commit 52fca19

Browse files
committed
Update version and changelog for release 0.14.0
1 parent 74e24f2 commit 52fca19

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.14.0 (2025-10-10)
6+
7+
### Added
8+
9+
- Linting support to the Godot addon
10+
- Instructions on how to use the formatter in VSCode to the README
11+
- CI action to run tests on push
12+
- CI job to package the Godot add-on to zip it automatically on releases
13+
- Remove trailing whitespace when formatting (outside of strings)
14+
15+
### Changed
16+
17+
- Removed alphabetic reordering when using the --reorder-code option
18+
19+
### Fixed
20+
21+
- Comment indentation test case
22+
523
## Release 0.13.1 (2025-10-07)
624

725
## Fixed

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

0 commit comments

Comments
 (0)