We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f38eee commit 7024bc7Copy full SHA for 7024bc7
1 file changed
README.md
@@ -2,6 +2,10 @@
2
3
## News
4
5
+Version **0.8.8** released.
6
+
7
+Due to incompatibilities using maven release with git v1.8.5 I skipped version 0.8.7. So the actual released version is **0.8.8**.
8
9
Recent changes in **0.8.7-SNAPSHOT** for some alias support changes introducing some API changes.
10
11
Version **0.8.6** released.
@@ -22,7 +26,7 @@ configuration details below.
22
26
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes.
23
27
The generated hierarchy can be navigated using the Visitor Pattern.
24
28
25
-## Extensions Version 0.8.7
29
+## Extensions Version 0.8.8
30
31
* Startet a simple utility class **SelectUtils** to collect basic **select** modification tools.
32
* addExpression adds a new expression to the select list.
0 commit comments