Skip to content

Commit

Permalink
2.0.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
printsev committed Aug 19, 2020
1 parent a9471f2 commit 4829ed2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Parso Java library
## Parso 2.0.12
***19 August 2020***

* Added support for deleted rows ([#38][i38])
* Added more various time formatters and moved them to interface ([#48][i48])
* Made SASFileParser API public ([#51][i51])
* Added sanity check to page length ([#60][i60])

[i38]: https://github.com/epam/parso/issues/38
[i48]: https://github.com/epam/parso/issues/48
[i51]: https://github.com/epam/parso/issues/51
[i60]: https://github.com/epam/parso/issues/60

## Parso 2.0.11
***25 March 2019***

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.epam</groupId>
<artifactId>parso</artifactId>
<version>2.0.12-SNAPSHOT</version>
<version>2.0.12</version>
<packaging>jar</packaging>
<name>parso</name>
<description>Parso is a lightweight Java library designed to read SAS7BDAT datasets. The Parso interfaces
Expand Down

0 comments on commit 4829ed2

Please sign in to comment.