Skip to content

Commit c8e6d3d

Browse files
committed
chore: Release
1 parent 379c8b6 commit c8e6d3d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

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/toml/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ preserve_order = ["indexmap"]
5151
[dependencies]
5252
serde = "1.0.145"
5353
indexmap = { version = "1.9.1", optional = true }
54-
toml_edit = { version = "0.19.1", path = "../toml_edit", features = ["serde"], optional = true }
54+
toml_edit = { version = "0.19.2", path = "../toml_edit", features = ["serde"], optional = true }
5555
toml_datetime = { version = "0.6.1", path = "../toml_datetime", features = ["serde"] }
5656
serde_spanned = { version = "0.6.1", path = "../serde_spanned", features = ["serde"] }
5757

crates/toml_edit/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.19.2] - 2023-02-06
11+
1012
### Fixes
1113

1214
- *(parser)* Error on `[dep.a]\n[dep]\n[dep]`
@@ -448,7 +450,8 @@ This release was sponsored by Futurewei
448450
- `array.push` now returns a `Result`.
449451

450452
<!-- next-url -->
451-
[Unreleased]: https://github.com/toml-rs/toml/compare/v0.19.1...HEAD
453+
[Unreleased]: https://github.com/toml-rs/toml/compare/v0.19.2...HEAD
454+
[0.19.2]: https://github.com/toml-rs/toml/compare/v0.19.1...v0.19.2
452455
[0.19.1]: https://github.com/toml-rs/toml/compare/v0.19.0...v0.19.1
453456
[0.19.0]: https://github.com/toml-rs/toml/compare/v0.18.1...v0.19.0
454457
[0.18.1]: https://github.com/toml-rs/toml/compare/v0.18.0...v0.18.1

crates/toml_edit/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_edit"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
readme = "README.md"
55
license = "MIT OR Apache-2.0"
66
keywords = ["encoding", "toml"]

0 commit comments

Comments
 (0)