Skip to content

Commit da9acf5

Browse files
authored
Update README.md
1 parent 86d64c8 commit da9acf5

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ JSqlParser is dual licensed under **LGPL V2.1** and **Apache Software License, V
1515

1616

1717
## News
18-
18+
* Released first major version **1.0** of JSqlParser.
1919
* Please test the actual **0.9.8-SNAPSHOT**. It includes includes grammar refactorings or changes which eventually results in parse tree changes.
2020
* Version **0.9.7** released.
2121
* Version **0.9.6** released.
@@ -44,12 +44,7 @@ To help JSqlParsers development you are encouraged to provide
4444

4545
Also I would like to know about needed examples or documentation stuff.
4646

47-
## Extensions in the latest SNAPSHOT version 0.9.8
48-
49-
* support **FOR UPDATE WAIT**
50-
* support for simple expressions within **case when**
51-
* rewrite of **SelectBody** - production, reduce of needed lookaheads results in huge parser performance improvements at least in some cases
52-
* please test it due to possible changes in the parse tree
47+
## Extensions in the latest SNAPSHOT version 1.1
5348

5449
## Extensions of JSqlParser releases
5550

@@ -90,7 +85,7 @@ And this is the dependency declaration in your pom:
9085
<dependency>
9186
<groupId>com.github.jsqlparser</groupId>
9287
<artifactId>jsqlparser</artifactId>
93-
<version>0.9.6</version>
88+
<version>1.0</version>
9489
</dependency>
9590
```
9691

0 commit comments

Comments
 (0)