Skip to content

Commit 09268ea

Browse files
committed
Release v0.19.5
1 parent a4b76bd commit 09268ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## Unreleased
1+
## v0.19.5 (2025-08-31)
22

33
### Changed
44

5-
- **TOML output formatting.** This version of xt upgrades to the latest version
5+
- **TOML output formatting.** This version of xt upgrades to a newer version
66
of the third-party `toml` library, which plays a critical role in xt's TOML
77
support. The upgrade introduces cosmetic changes to the formatting of some
88
strings, particularly strings containing quote characters or multiple lines.

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 = "xt"
3-
version = "0.19.5-dev"
3+
version = "0.19.5"
44
description = "Translate between serialized data formats"
55
repository = "https://github.com/featherbread/xt"
66
authors = ["Alex Hamlin <[email protected]>"]

0 commit comments

Comments
 (0)