Skip to content

Commit f550dbf

Browse files
committed
chore: Release
1 parent 25587db commit f550dbf

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.8.20] - 2025-02-05
11+
1012
### Features
1113

1214
- Add `Map::get_key_value`
@@ -287,7 +289,8 @@ Changes:
287289
Minor doc fix (#409)
288290

289291
<!-- next-url -->
290-
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.19...HEAD
292+
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.20...HEAD
293+
[0.8.20]: https://github.com/toml-rs/toml/compare/toml-v0.8.19...toml-v0.8.20
291294
[0.8.19]: https://github.com/toml-rs/toml/compare/toml-v0.8.18...toml-v0.8.19
292295
[0.8.18]: https://github.com/toml-rs/toml/compare/toml-v0.8.17...toml-v0.8.18
293296
[0.8.17]: https://github.com/toml-rs/toml/compare/toml-v0.8.16...toml-v0.8.17

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.8.19"
3+
version = "0.8.20"
44
keywords = ["encoding", "toml"]
55
categories = ["encoding", "parser-implementations", "parsing", "config"]
66
description = """

0 commit comments

Comments
 (0)