Skip to content

Commit 55e049f

Browse files
committed
RELEASE v0.3.0
1 parent cf18831 commit 55e049f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.MD

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v0.3.0
2+
### Deprecations
3+
* The WorkbookUtility and SheetUtility classes have been deprecated
4+
* Several ExcelUtility methods have been deprecated
5+
### Features
6+
* The ExcelWorkbook, ExcelSheet, ExcelRow and ExceCell classes have been added. These classes wrap the Apache POI classes
7+
### Fixes
8+
* Several bugs have been fixed
9+
### Removed
10+
* Classes that have been deprecated since v0.2.0 have been removed
11+
112
# v0.2.1
213
### Features
314
* New services for writing to an existing Excel file that take different input parameters

pom.xml

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

77
<groupId>io.github.mbenincasa</groupId>
88
<artifactId>java-excel-utils</artifactId>
9-
<version>0.2.1</version>
9+
<version>0.3.0</version>
1010
<packaging>jar</packaging>
1111
<name>Java library with tools for Excel files</name>
1212
<description>Java library that collects tools and methods to speed up development with Excel sheets</description>

0 commit comments

Comments
 (0)