Skip to content

Commit 09d8095

Browse files
committed
Bump to v1.3.2
1 parent 038f56e commit 09d8095

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22

3-
## [1.3.0] - 2020-04-05
3+
## [1.3.2] - 2020-04-15
4+
### Fixed
5+
- Bug introduced in v1.3.1 where adjacent cells with width > 1 cause an
6+
exception.
7+
8+
## [1.3.1] - 2020-04-05
49
### Added
510
- A lower-level, writer style interface for Apache POI.
611
- [Prototype/brainstorm](src/excel_clj/prototype.clj) of less complicated,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ common sense styling.
88

99
Lein:
1010
```
11-
[org.clojars.mjdowney/excel-clj "1.3.1"]
11+
[org.clojars.mjdowney/excel-clj "1.3.2"]
1212
```
1313

1414
- [Getting Started](#getting-started)

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.mjdowney/excel-clj "1.3.1"
1+
(defproject org.clojars.mjdowney/excel-clj "1.3.2"
22
:description "Generate Excel documents & PDFs from Clojure data."
33
:url "https://github.com/matthewdowney/excel-clj"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)