Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 30, 2024
1 parent 534c0eb commit eb16379
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 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"]
serde = "1.0.145"
indexmap = { version = "2.0.0", optional = true }
toml_edit = { version = "0.22.17", path = "../toml_edit", default-features = false, features = ["serde"], optional = true }
toml_datetime = { version = "0.6.7", path = "../toml_datetime", features = ["serde"] }
toml_datetime = { version = "0.6.8", path = "../toml_datetime", features = ["serde"] }
serde_spanned = { version = "0.6.7", path = "../serde_spanned", features = ["serde"] }

[dev-dependencies]
Expand Down
5 changes: 4 additions & 1 deletion crates/toml_datetime/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.6.8] - 2024-07-30

### Features

- impl Serialize/Deserialize for Date/Time
Expand Down Expand Up @@ -54,7 +56,8 @@ MSRV is now 1.64.0
## [0.5.0] - 2022-10-21

<!-- next-url -->
[Unreleased]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.7...HEAD
[Unreleased]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.8...HEAD
[0.6.8]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.7...toml_datetime-v0.6.8
[0.6.7]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.6...toml_datetime-v0.6.7
[0.6.6]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.5...toml_datetime-v0.6.6
[0.6.5]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.4...toml_datetime-v0.6.5
Expand Down
2 changes: 1 addition & 1 deletion crates/toml_datetime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toml_datetime"
version = "0.6.7"
version = "0.6.8"
keywords = ["encoding", "toml"]
categories = ["encoding", "parser-implementations", "parsing", "config"]
description = "A TOML-compatible datetime type"
Expand Down
2 changes: 1 addition & 1 deletion crates/toml_edit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ indexmap = { version = "2.0.0", features = ["std"] }
winnow = { version = "0.6.16", optional = true }
serde = { version = "1.0.145", optional = true }
kstring = { version = "2.0.0", features = ["max_inline"], optional = true }
toml_datetime = { version = "0.6.7", path = "../toml_datetime" }
toml_datetime = { version = "0.6.8", path = "../toml_datetime" }
serde_spanned = { version = "0.6.7", path = "../serde_spanned", features = ["serde"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit eb16379

Please sign in to comment.