Skip to content

Commit

Permalink
Release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Dec 7, 2023
1 parent 705dc87 commit 0e67000
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.4 (2023-12-07)

- Updated org.apache.poi/poi-ooxml to version 5.2.5
- Write `nil` values as BLANK cells, instead of empty string.

## 1.1.3 (2022-12-19)

- Updated org.apache.poi/poi-ooxml to version 5.2.3
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
(defproject metosin/loiste "1.1.3"
(defproject metosin/loiste "1.1.4"
:description "An Excel library for Clojure"
:url "https://github.com/metosin/loiste"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo
:comments "same as Clojure"}
:dependencies [[org.apache.poi/poi-ooxml "5.2.3"]]
:dependencies [[org.apache.poi/poi-ooxml "5.2.5"]]

:profiles {:dev {:dependencies [[org.clojure/clojure "1.11.1"]
[joda-time "2.12.2"]
Expand Down

0 comments on commit 0e67000

Please sign in to comment.