Skip to content

Commit

Permalink
release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Dec 3, 2021
1 parent 4d4da8c commit 0337bd4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
== Changelog

=== 1.4.3
=== 1.5.0 (released 03.12.2021)
* #2 fix assertions for floating point numbers -- thanks to Dmitry Romashov for PR #3

=== 1.4.3 (released 15.06.2020)
* upgrade to POI 4.1.2 and JUnit 4.13

=== 1.4.2
=== 1.4.2 (released 16.08.2019)
* upgrade to POI 4.1.0

=== 1.4.1
=== 1.4.1 (released 27.11.2018)
* upgrade to POI 4.0.0

=== 1.4.0
=== 1.4.0 (released 04.06.2018)
* upgrade to Java 8

=== 1.3
=== 1.3 (released 19.02.2018)
* Add XLSX support
* upgrade to POI 3.17
* now all constructors with File, URL or InputStream parameter do throw IOException (instead of wrapping it into IllegalArgumentException)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ If you use **Maven**, add the following dependency to pom.xml:
<dependency>
<groupId>com.codeborne</groupId>
<artifactId>xls-test</artifactId>
<version>1.2</version>
<version>1.5.0</version>
</dependency>
```

If you use **Gradle**, add the following dependency to build.gradle:

```groovy
testCompile 'com.codeborne:xls-test:1.2'
testCompile 'com.codeborne:xls-test:1.5.0'
```

## How to contribute
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'com.github.kt3k.coveralls'

group='com.codeborne'
archivesBaseName = 'xls-test'
version='1.5.0-SNAPSHOT'
version='1.5.0'

defaultTasks 'test', 'publishToMavenLocal'

Expand Down

0 comments on commit 0337bd4

Please sign in to comment.