From 38999703c36d067a8b33b5d4d3cc8fbdc843f64c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 1 Dec 2021 08:59:22 -0600 Subject: [PATCH] chore: Release --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ddea4e..6facf1cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog]. ## [Unreleased] - ReleaseDate +## [0.10.1] - 2021-12-01 + ### Fixes - Allow trailing whitespace after dates @@ -196,7 +198,8 @@ This release was sponsored by Futurewei - `array.push` now returns a `Result`. -[Unreleased]: https://github.com/ordian/toml_edit/compare/v0.10.0...HEAD +[Unreleased]: https://github.com/ordian/toml_edit/compare/v0.10.1...HEAD +[0.10.1]: https://github.com/ordian/toml_edit/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/ordian/toml_edit/compare/v0.9.1...v0.10.0 [0.9.1]: https://github.com/ordian/toml_edit/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/ordian/toml_edit/compare/v0.8.0...v0.9.0 diff --git a/Cargo.toml b/Cargo.toml index 323cb0bd..74f72919 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml_edit" -version = "0.10.0" +version = "0.10.1" readme = "README.md" license = "MIT/Apache-2.0" keywords = ["toml"]