Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 15, 2024
1 parent 40b02a3 commit 912761b
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 19 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion crates/serde_spanned/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.6] - 2024-05-15

## [0.6.5] - 2023-12-19

### Features
Expand Down Expand Up @@ -36,7 +38,8 @@ MSRV is now 1.64.0
## [0.6.0] - 2023-01-20

<!-- next-url -->
[Unreleased]: https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.5...HEAD
[Unreleased]: https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.6...HEAD
[0.6.6]: https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.5...serde_spanned-v0.6.6
[0.6.5]: https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.4...serde_spanned-v0.6.5
[0.6.4]: https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.3...serde_spanned-v0.6.4
[0.6.3]: https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.2...serde_spanned-v0.6.3
Expand Down
2 changes: 1 addition & 1 deletion crates/serde_spanned/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_spanned"
version = "0.6.5"
version = "0.6.6"
keywords = ["serde", "span"]
categories = ["encoding", "parser-implementations", "parsing", "config"]
description = "Serde-compatible spanned Value"
Expand Down
5 changes: 4 additions & 1 deletion crates/toml/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.8.13] - 2024-05-15

## [0.8.12] - 2024-03-18

### Fixes
Expand Down Expand Up @@ -237,7 +239,8 @@ Changes:
Minor doc fix (#409)

<!-- next-url -->
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.12...HEAD
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.13...HEAD
[0.8.13]: https://github.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13
[0.8.12]: https://github.com/toml-rs/toml/compare/toml-v0.8.11...toml-v0.8.12
[0.8.11]: https://github.com/toml-rs/toml/compare/toml-v0.8.10...toml-v0.8.11
[0.8.10]: https://github.com/toml-rs/toml/compare/toml-v0.8.9...toml-v0.8.10
Expand Down
8 changes: 4 additions & 4 deletions crates/toml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toml"
version = "0.8.12"
version = "0.8.13"
keywords = ["encoding", "toml"]
categories = ["encoding", "parser-implementations", "parsing", "config"]
description = """
Expand Down Expand Up @@ -42,9 +42,9 @@ preserve_order = ["indexmap"]
[dependencies]
serde = "1.0.145"
indexmap = { version = "2.0.0", optional = true }
toml_edit = { version = "0.22.12", path = "../toml_edit", default-features = false, features = ["serde"], optional = true }
toml_datetime = { version = "0.6.5", path = "../toml_datetime", features = ["serde"] }
serde_spanned = { version = "0.6.5", path = "../serde_spanned", features = ["serde"] }
toml_edit = { version = "0.22.13", path = "../toml_edit", default-features = false, features = ["serde"], optional = true }
toml_datetime = { version = "0.6.6", path = "../toml_datetime", features = ["serde"] }
serde_spanned = { version = "0.6.6", path = "../serde_spanned", features = ["serde"] }

[dev-dependencies]
serde = { version = "1.0.199", features = ["derive"] }
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.6] - 2024-05-15

## [0.6.5] - 2023-10-23

### Fixes
Expand Down Expand Up @@ -46,7 +48,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.5...HEAD
[Unreleased]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.6...HEAD
[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
[0.6.4]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.3...toml_datetime-v0.6.4
[0.6.3]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.2...toml_datetime-v0.6.3
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.5"
version = "0.6.6"
keywords = ["encoding", "toml"]
categories = ["encoding", "parser-implementations", "parsing", "config"]
description = "A TOML-compatible datetime type"
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.22.13] - 2024-05-15

## [0.22.12] - 2024-04-19

### Fixes
Expand Down Expand Up @@ -694,7 +696,8 @@ This release was sponsored by Futurewei
- `array.push` now returns a `Result`.

<!-- next-url -->
[Unreleased]: https://github.com/toml-rs/toml/compare/v0.22.12...HEAD
[Unreleased]: https://github.com/toml-rs/toml/compare/v0.22.13...HEAD
[0.22.13]: https://github.com/toml-rs/toml/compare/v0.22.12...v0.22.13
[0.22.12]: https://github.com/toml-rs/toml/compare/v0.22.11...v0.22.12
[0.22.11]: https://github.com/toml-rs/toml/compare/v0.22.10...v0.22.11
[0.22.10]: https://github.com/toml-rs/toml/compare/v0.22.9...v0.22.10
Expand Down
6 changes: 3 additions & 3 deletions 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.22.12"
version = "0.22.13"
keywords = ["encoding", "toml"]
categories = ["encoding", "parser-implementations", "parsing", "config"]
description = "Yet another format-preserving TOML parser."
Expand Down Expand Up @@ -44,8 +44,8 @@ indexmap = { version = "2.0.0", features = ["std"] }
winnow = { version = "0.6.0", optional = true }
serde = { version = "1.0.145", optional = true }
kstring = { version = "2.0.0", features = ["max_inline"], optional = true }
toml_datetime = { version = "0.6.5", path = "../toml_datetime" }
serde_spanned = { version = "0.6.5", path = "../serde_spanned", features = ["serde"], optional = true }
toml_datetime = { version = "0.6.6", path = "../toml_datetime" }
serde_spanned = { version = "0.6.6", path = "../serde_spanned", features = ["serde"], optional = true }

[dev-dependencies]
serde_json = "1.0.116"
Expand Down

0 comments on commit 912761b

Please sign in to comment.