Skip to content

Commit e7c273f

Browse files
author
carmine
committed
v3.2.0
1 parent 69c3d92 commit e7c273f

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## (2025-02-22)
2+
3+
* Allow duplicate keys for variables (#85) ([69c3d92](https://github.com/cdimascio/dotenv-java/commit/69c3d92)), closes [#85](https://github.com/cdimascio/dotenv-java/issues/85)
4+
* Cmd/melegati ml (#79) ([6d67cbf](https://github.com/cdimascio/dotenv-java/commit/6d67cbf)), closes [#79](https://github.com/cdimascio/dotenv-java/issues/79)
5+
* Handling real multi line entries. (#78) ([f3c43ec](https://github.com/cdimascio/dotenv-java/commit/f3c43ec)), closes [#78](https://github.com/cdimascio/dotenv-java/issues/78)
6+
* Update build workflow to upload JaCoCo code coverage report to https://codacy.com (#54) ([655d880](https://github.com/cdimascio/dotenv-java/commit/655d880)), closes [#54](https://github.com/cdimascio/dotenv-java/issues/54)
7+
* update README and CONTRIBUTING (#76) ([bd434e1](https://github.com/cdimascio/dotenv-java/commit/bd434e1)), closes [#76](https://github.com/cdimascio/dotenv-java/issues/76)
8+
* use Scanner constructor supported since Android Api Level 1 and add tests for UTF-8 values (#86) ([dde80ff](https://github.com/cdimascio/dotenv-java/commit/dde80ff)), closes [#86](https://github.com/cdimascio/dotenv-java/issues/86)
9+
* v3.1.0 (#80) ([f9989e1](https://github.com/cdimascio/dotenv-java/commit/f9989e1)), closes [#80](https://github.com/cdimascio/dotenv-java/issues/80)
10+
11+
12+
113
## (2024-12-15)
214

315
* Cmd/melegati ml (#79) ([6d67cbf](https://github.com/cdimascio/dotenv-java/commit/6d67cbf)), closes [#79](https://github.com/cdimascio/dotenv-java/issues/79)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.github.cdimascio</groupId>
1313
<artifactId>dotenv-java</artifactId>
14-
<version>3.1.0</version>
14+
<version>3.2.0</version>
1515

1616
<licenses>
1717
<license>

0 commit comments

Comments
 (0)