From 7e7d870e78956e58f29a733d539e52bbc6f2a8af Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 23 Aug 2021 15:42:01 -0400 Subject: [PATCH] Add release notes for 0.10.0 (#336) * Add release notes for 0.10.0 * Add mention of TRIM syntax --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8e54e3..c722be2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,23 @@ Given that the parser produces a typed AST, any changes to the AST will technica ## [Unreleased] Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes. +## [0.10.0] 2020-08-23 + +### Added +* Support for `no_std` (#332) - Thanks @koushiro! +* Postgres regular expression operators (`~`, `~*`, `!~`, `!~*`) (#328) - Thanks @b41sh! +* tinyint (#320) - Thanks @sundy-li +* ILIKE (#300) - Thanks @maxcountryman! +* TRIM syntax (#331, #334) - Thanks ever0de + + +### Fixed +* Return error instead of panic (#316) - Thanks @BohuTANG! + +### Changed +- Rename `Modulus` to `Modulo` (#335) - Thanks @RGRAVITY817! +- Update links to reflect repository move to `sqlparser-rs` GitHub org (#333) - Thanks @andygrove +- Add default value for `WindowFrame` (#313) - Thanks @Jimexist! ## [0.9.0] 2020-03-21 @@ -213,4 +230,3 @@ We don't have a changelog for the changes made in 2018, but thanks to @crw5996, ## [0.1.0] - 2018-09-03 Initial release -