From 9dbb9d6dc3dc018f47f38b270d31cadc2406d8be Mon Sep 17 00:00:00 2001 From: JakeStanger Date: Mon, 28 Nov 2022 00:04:24 +0000 Subject: [PATCH] docs: update CHANGELOG.md for v0.6.0 [skip ci] --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c687b76..58424c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.6.0] - 2022-11-28 +### :sparkles: New Features +- [`7a2f7b5`](https://github.com/JakeStanger/corn/commit/7a2f7b5a961689413ccc8f9b1fb75f998ceebac8) - **de**: `from_slice` func *(commit by [@JakeStanger](https://github.com/JakeStanger))* + +### :bug: Bug Fixes +- [`e6c8e90`](https://github.com/JakeStanger/corn/commit/e6c8e901ac87d01137cd06e4317cf009e7325e59) - **de**: from_str panicking instead of returning result *(commit by [@JakeStanger](https://github.com/JakeStanger))* +- [`7ea024d`](https://github.com/JakeStanger/corn/commit/7ea024d047862b89c57b78cb8480009514221d24) - **parser**: panic when input references another input *(commit by [@JakeStanger](https://github.com/JakeStanger))* + + ## [v0.5.0] - 2022-11-27 ### :sparkles: New Features - [`9fbf1b0`](https://github.com/JakeStanger/corn/commit/9fbf1b0c9ca53c14f787a997bbb067d918142b24) - serde deserialization support *(commit by [@JakeStanger](https://github.com/JakeStanger))* @@ -12,4 +21,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [`d035fa2`](https://github.com/JakeStanger/corn/commit/d035fa2fd92a5e62081b7d51a56d63222bb6e73e) - update test assets *(commit by [@JakeStanger](https://github.com/JakeStanger))* -[v0.5.0]: https://github.com/JakeStanger/corn/compare/v0.4.0...v0.5.0 \ No newline at end of file +[v0.5.0]: https://github.com/JakeStanger/corn/compare/v0.4.0...v0.5.0 +[v0.6.0]: https://github.com/JakeStanger/corn/compare/v0.5.0...v0.6.0 \ No newline at end of file