diff --git a/CHANGELOG.md b/CHANGELOG.md index bb58ecc0..4063b403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog]. ## [Unreleased] - ReleaseDate +## [0.14.3] - 2022-04-26 + ### Features Tables @@ -327,7 +329,8 @@ This release was sponsored by Futurewei - `array.push` now returns a `Result`. -[Unreleased]: https://github.com/ordian/toml_edit/compare/v0.14.2...HEAD +[Unreleased]: https://github.com/ordian/toml_edit/compare/v0.14.3...HEAD +[0.14.3]: https://github.com/ordian/toml_edit/compare/v0.14.2...v0.14.3 [0.14.2]: https://github.com/ordian/toml_edit/compare/v0.14.1...v0.14.2 [0.14.1]: https://github.com/ordian/toml_edit/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/ordian/toml_edit/compare/v0.13.4...v0.14.0 diff --git a/Cargo.toml b/Cargo.toml index 2d58e780..0aa3eb42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml_edit" -version = "0.14.2" +version = "0.14.3" readme = "README.md" license = "MIT/Apache-2.0" keywords = ["toml"]