Skip to content

Commit bd84d9d

Browse files
authored
Revert "Update verson to 0.54.0 and update changelog (apache#1668)"
This reverts commit 9a5199b.
1 parent 47238d9 commit bd84d9d

File tree

3 files changed

+2
-124
lines changed

3 files changed

+2
-124
lines changed

CHANGELOG.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,13 @@
1818
-->
1919

2020
# 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.
2322

2423
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
25-
2624
Given that the parser produces a typed AST, any changes to the AST will
2725
technically be breaking and thus will result in a `0.(N+1)` version.
2826

2927

3028
- 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)
3329
- `0.52.0`: [changelog/0.52.0.md](changelog/0.52.0.md)
3430
- `0.51.0` and earlier: [changelog/0.51.0-pre.md](changelog/0.51.0-pre.md)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[package]
1919
name = "sqlparser"
2020
description = "Extensible SQL Lexer and Parser with support for ANSI SQL:2011"
21-
version = "0.54.0"
21+
version = "0.53.0"
2222
authors = ["Apache DataFusion <[email protected]>"]
2323
homepage = "https://github.com/apache/datafusion-sqlparser-rs"
2424
documentation = "https://docs.rs/sqlparser/"

changelog/0.54.0.md

-118
This file was deleted.

0 commit comments

Comments
 (0)