blob: 7fa7d9133651bda2703cd248ae5f27b63297e28e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
0.4.1 2020-06-27
----------------
* Fix wrong lineno used on Python 3.8.
0.4.0 2020-01-12
----------------
* Support Python 3.7 & 3.8, drop Python 3.3 & 3.4.
* Do not consider FROM keywords within functions as ROOT keywords.
0.3.0 2018-08-12
----------------
* Support f-string formatted SQL statements.
* Install typing for Python versions < 3.5
0.2.0 2017-02-06
----------------
* Add additional root keywords and descriptors.
* Align on ``INTO`` rather than ``INSERT``, i.e. the former is now the
root keyword and the latter is a descriptor.
0.1.0 2017-02-06
----------------
* First release.
|