Skip to content

Commit d5b34e4

Browse files
chore: bump gdvm version to 0.13.0
1 parent 423e7f3 commit d5b34e4

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ this program. If not, see <https://www.gnu.org/licenses/>.
2121

2222
## Unreleased
2323

24+
**Full Changelog**: https://github.com/adalinesimonian/gdvm/compare/v0.13.0...main
25+
26+
## v0.13.0
27+
2428
### Breaking Changes
2529

2630
- Terminal output, aside from help text, is no longer wrapped to a fixed width, and instead relies on the terminal to wrap text. This resolves issues with scripts that parse gdvm output, such as URLs being split across multiple lines.
@@ -45,7 +49,7 @@ this program. If not, see <https://www.gnu.org/licenses/>.
4549
- Switch away from `raw.githubusercontent.com` to `registry.gdvm.io` for the Godot build registry.
4650
- gdvm now reads its own release information from `registry.gdvm.io` instead of the GitHub API, so update checks and `gdvm upgrade` no longer require GitHub API access or are affected by rate limits.
4751

48-
**Full Changelog**: https://github.com/adalinesimonian/gdvm/compare/v0.12.1...main
52+
**Full Changelog**: https://github.com/adalinesimonian/gdvm/compare/v0.12.1...v0.13.0
4953

5054
## v0.12.1
5155

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.

crates/gdvm/Cargo.toml

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

1818
[package]
1919
name = "gdvm"
20-
version = "0.12.1"
20+
version = "0.13.0"
2121
edition = "2024"
2222
build = "build.rs"
2323
description = "Godot Version Manager"

0 commit comments

Comments
 (0)