Skip to content

Commit 2e1a535

Browse files
committed
Release 0.23.0
1 parent 892d5c2 commit 2e1a535

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This file documents the changes made to the formatter with each release.
44

5-
## Unreleased - 0.23.0
5+
## Release 0.23.0 (2026-07-24)
66

77
### Added
88

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

addons/GDQuest_GDScript_formatter/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="GDQuest GDScript Formatter"
44
description="A plugin to format GDScript code in the Godot editor using the GDScript Formatter from GDQuest."
55
author="GDQuest"
6-
version="0.22.2"
6+
version="0.23.0"
77
script="plugin.gd"

0 commit comments

Comments
 (0)