Skip to content

Commit 4829ed2

Browse files
committed
2.0.12 release
1 parent a9471f2 commit 4829ed2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: README.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Parso Java library
2+
## Parso 2.0.12
3+
***19 August 2020***
4+
5+
* Added support for deleted rows ([#38][i38])
6+
* Added more various time formatters and moved them to interface ([#48][i48])
7+
* Made SASFileParser API public ([#51][i51])
8+
* Added sanity check to page length ([#60][i60])
9+
10+
[i38]: https://github.com/epam/parso/issues/38
11+
[i48]: https://github.com/epam/parso/issues/48
12+
[i51]: https://github.com/epam/parso/issues/51
13+
[i60]: https://github.com/epam/parso/issues/60
14+
215
## Parso 2.0.11
316
***25 March 2019***
417

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.epam</groupId>
55
<artifactId>parso</artifactId>
6-
<version>2.0.12-SNAPSHOT</version>
6+
<version>2.0.12</version>
77
<packaging>jar</packaging>
88
<name>parso</name>
99
<description>Parso is a lightweight Java library designed to read SAS7BDAT datasets. The Parso interfaces

0 commit comments

Comments
 (0)