Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
* Remove supports for `DirtyMarker`.
  • Loading branch information
landawn committed Oct 25, 2021
1 parent 8c27fc8 commit 45d7fa3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.8.2

* Remove supports for `DirtyMarker`.


## 0.8.1

* Improvements and bug fix.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Gradle:
```gradle
// JDK 1.8 or above:
compile 'com.landawn:abacus-query:0.8.1'
compile 'com.landawn:abacus-query:0.8.2'
```


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.landawn</groupId>
<artifactId>abacus-query</artifactId>
<version>0.8.2</version>
<version>0.8.3</version>
<packaging>jar</packaging>

<name>abacus-query</name>
Expand Down

0 comments on commit 45d7fa3

Please sign in to comment.