Skip to content

Commit fb132cf

Browse files
authored
Merge pull request #41 from epam/2.0.11
2.0.11 release
2 parents 4b114cd + 50cfd7f commit fb132cf

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Parso Java library
2+
## Parso 2.0.11
3+
***25 March 2019***
4+
5+
* Added ability to override file encoding ([#30][i30])
6+
* Added ability to get file label ([#34][i34])
7+
* Decimal separator used to convert percentage elements was fixed ([#35][i35])
8+
9+
[i30]: https://github.com/epam/parso/issues/30
10+
[i34]: https://github.com/epam/parso/issues/34
11+
[i35]: https://github.com/epam/parso/issues/35
12+
213
## Parso 2.0.10
314
***28 September 2018***
415

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.10</version>
6+
<version>2.0.11</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)