Skip to content

Commit 7e7d870

Browse files
authored
Add release notes for 0.10.0 (apache#336)
* Add release notes for 0.10.0 * Add mention of TRIM syntax
1 parent af1ac86 commit 7e7d870

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ Given that the parser produces a typed AST, any changes to the AST will technica
88
## [Unreleased]
99
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
1010

11+
## [0.10.0] 2020-08-23
12+
13+
### Added
14+
* Support for `no_std` (#332) - Thanks @koushiro!
15+
* Postgres regular expression operators (`~`, `~*`, `!~`, `!~*`) (#328) - Thanks @b41sh!
16+
* tinyint (#320) - Thanks @sundy-li
17+
* ILIKE (#300) - Thanks @maxcountryman!
18+
* TRIM syntax (#331, #334) - Thanks ever0de
19+
20+
21+
### Fixed
22+
* Return error instead of panic (#316) - Thanks @BohuTANG!
23+
24+
### Changed
25+
- Rename `Modulus` to `Modulo` (#335) - Thanks @RGRAVITY817!
26+
- Update links to reflect repository move to `sqlparser-rs` GitHub org (#333) - Thanks @andygrove
27+
- Add default value for `WindowFrame` (#313) - Thanks @Jimexist!
1128

1229
## [0.9.0] 2020-03-21
1330

@@ -213,4 +230,3 @@ We don't have a changelog for the changes made in 2018, but thanks to @crw5996,
213230

214231
## [0.1.0] - 2018-09-03
215232
Initial release
216-

0 commit comments

Comments
 (0)