Skip to content

Commit e4b5ed4

Browse files
committed
chore: Release
1 parent e2b6a6f commit e4b5ed4

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.4", path = "../toml_edit", features = ["serde"], optional = true }
54+
toml_edit = { version = "0.19.5", 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.5] - 2023-03-08
11+
1012
### Fixes
1113

1214
- Ensure indexmap's build doesn't break by forcing the `std` feature
@@ -466,7 +468,8 @@ This release was sponsored by Futurewei
466468
- `array.push` now returns a `Result`.
467469

468470
<!-- next-url -->
469-
[Unreleased]: https://github.com/toml-rs/toml/compare/v0.19.4...HEAD
471+
[Unreleased]: https://github.com/toml-rs/toml/compare/v0.19.5...HEAD
472+
[0.19.5]: https://github.com/toml-rs/toml/compare/v0.19.4...v0.19.5
470473
[0.19.4]: https://github.com/toml-rs/toml/compare/v0.19.3...v0.19.4
471474
[0.19.3]: https://github.com/toml-rs/toml/compare/v0.19.2...v0.19.3
472475
[0.19.2]: https://github.com/toml-rs/toml/compare/v0.19.1...v0.19.2

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.4"
3+
version = "0.19.5"
44
readme = "README.md"
55
license = "MIT OR Apache-2.0"
66
keywords = ["encoding", "toml"]

0 commit comments

Comments
 (0)