Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 23, 2023
1 parent 7a4cc19 commit 7e36cc9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/toml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ preserve_order = ["indexmap"]
[dependencies]
serde = "1.0.145"
indexmap = { version = "1.9.1", optional = true }
toml_edit = { version = "0.19.9", path = "../toml_edit", features = ["serde"], optional = true }
toml_edit = { version = "0.19.10", path = "../toml_edit", features = ["serde"], optional = true }
toml_datetime = { version = "0.6.2", path = "../toml_datetime", features = ["serde"] }
serde_spanned = { version = "0.6.2", path = "../serde_spanned", features = ["serde"] }

Expand Down
5 changes: 4 additions & 1 deletion crates/toml_edit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog].
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.19.10] - 2023-05-23

### Fixes

- Correctly render `Key`s in documents when they come from `Key::from_str`
Expand Down Expand Up @@ -500,7 +502,8 @@ This release was sponsored by Futurewei
- `array.push` now returns a `Result`.

<!-- next-url -->
[Unreleased]: https://github.com/toml-rs/toml/compare/v0.19.9...HEAD
[Unreleased]: https://github.com/toml-rs/toml/compare/v0.19.10...HEAD
[0.19.10]: https://github.com/toml-rs/toml/compare/v0.19.9...v0.19.10
[0.19.9]: https://github.com/toml-rs/toml/compare/v0.19.8...v0.19.9
[0.19.8]: https://github.com/toml-rs/toml/compare/v0.19.7...v0.19.8
[0.19.7]: https://github.com/toml-rs/toml/compare/v0.19.6...v0.19.7
Expand Down
2 changes: 1 addition & 1 deletion crates/toml_edit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toml_edit"
version = "0.19.9"
version = "0.19.10"
readme = "README.md"
keywords = ["encoding", "toml"]
categories = ["encoding", "parser-implementations", "parsing", "config"]
Expand Down

0 comments on commit 7e36cc9

Please sign in to comment.