File tree 3 files changed +2
-124
lines changed
3 files changed +2
-124
lines changed Original file line number Diff line number Diff line change 18
18
-->
19
19
20
20
# Changelog
21
- All notable changes to this project will be documented in one of the linked
22
- files.
21
+ All notable changes to this project will be documented in this file.
23
22
24
23
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
25
-
26
24
Given that the parser produces a typed AST, any changes to the AST will
27
25
technically be breaking and thus will result in a ` 0.(N+1) ` version.
28
26
29
27
30
28
- Unreleased: Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
31
- - ` 0.54.0 ` : [ changelog/0.54.0.md] ( changelog/0.54.0.md )
32
- - ` 0.53.0 ` : [ changelog/0.53.0.md] ( changelog/0.53.0.md )
33
29
- ` 0.52.0 ` : [ changelog/0.52.0.md] ( changelog/0.52.0.md )
34
30
- ` 0.51.0 ` and earlier: [ changelog/0.51.0-pre.md] ( changelog/0.51.0-pre.md )
Original file line number Diff line number Diff line change 18
18
[package ]
19
19
name = " sqlparser"
20
20
description = " Extensible SQL Lexer and Parser with support for ANSI SQL:2011"
21
- version = " 0.54 .0"
21
+ version = " 0.53 .0"
22
22
authors = [
" Apache DataFusion <[email protected] >" ]
23
23
homepage = " https://github.com/apache/datafusion-sqlparser-rs"
24
24
documentation = " https://docs.rs/sqlparser/"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments