Skip to content

Commit 2126e6a

Browse files
committed
chore: Release
1 parent fa2100a commit 2126e6a

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/toml/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog].
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.9.4] - 2025-07-30
11+
1012
### Features
1113

1214
- Add `DeInteger::as_str` and `DeInteger::radix` for converting to desired integer types
@@ -381,7 +383,8 @@ Changes:
381383
Minor doc fix (#409)
382384

383385
<!-- next-url -->
384-
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.9.3...HEAD
386+
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.9.4...HEAD
387+
[0.9.4]: https://github.com/toml-rs/toml/compare/toml-v0.9.3...toml-v0.9.4
385388
[0.9.3]: https://github.com/toml-rs/toml/compare/toml-v0.9.2...toml-v0.9.3
386389
[0.9.2]: https://github.com/toml-rs/toml/compare/toml-v0.9.1...toml-v0.9.2
387390
[0.9.1]: https://github.com/toml-rs/toml/compare/toml-v0.9.0...toml-v0.9.1

crates/toml/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toml"
3-
version = "0.9.3"
3+
version = "0.9.4"
44
description = """
55
A native Rust encoder and decoder of TOML-formatted files and streams. Provides
66
implementations of the standard Serialize/Deserialize traits for TOML data to

0 commit comments

Comments
 (0)