Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 27, 2023
1 parent f0cc3fe commit 57c9bb0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
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.7.0] - 2023-01-27

### Breaking Change

- `Offset::Custom` changed from tracking hours+minutes to minutes
Expand Down Expand Up @@ -90,7 +92,8 @@ Changes:
Minor doc fix (#409)

<!-- next-url -->
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.6.0...HEAD
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.7.0...HEAD
[0.7.0]: https://github.com/toml-rs/toml/compare/toml-v0.6.0...toml-v0.7.0
[0.6.0]: https://github.com/toml-rs/toml/compare/70caf40...toml-v0.6.0
[0.5.11]: https://github.com/toml-rs/toml_edit/compare/toml-v0.5.10...toml-v0.5.11
[0.5.10]: https://github.com/toml-rs/toml_edit/compare/70caf40...toml-v0.5.10
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.0] - 2023-01-27

### Breaking Change

- `Offset::Custom` changed from tracking hours+minutes to minutes
Expand All @@ -21,6 +23,7 @@ The format is based on [Keep a Changelog].
## [0.5.0] - 2022-10-21

<!-- next-url -->
[Unreleased]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.5.1...HEAD
[Unreleased]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.0...HEAD
[0.6.0]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.5.1...toml_datetime-v0.6.0
[0.5.1]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.5.0...toml_datetime-v0.5.1
[0.5.0]: https://github.com/toml-rs/toml/compare/87741642c0f1a5217fd125e99fb52181869f74fa...toml_datetime-v0.5.0
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.0] - 2023-01-27

### Breaking Change

- `Offset::Custom` changed from tracking hours+minutes to minutes
Expand Down Expand Up @@ -436,7 +438,8 @@ This release was sponsored by Futurewei
- `array.push` now returns a `Result`.

<!-- next-url -->
[Unreleased]: https://github.com/toml-rs/toml/compare/v0.18.1...HEAD
[Unreleased]: https://github.com/toml-rs/toml/compare/v0.19.0...HEAD
[0.19.0]: https://github.com/toml-rs/toml/compare/v0.18.1...v0.19.0
[0.18.1]: https://github.com/toml-rs/toml/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/toml-rs/toml/compare/v0.17.1...v0.18.0
[0.17.1]: https://github.com/toml-rs/toml/compare/v0.17.0...v0.17.1
Expand Down

0 comments on commit 57c9bb0

Please sign in to comment.