File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
4
9
### Added
5
10
- A lower-level, writer style interface for Apache POI.
6
11
- [ Prototype/brainstorm] ( src/excel_clj/prototype.clj ) of less complicated,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ common sense styling.
8
8
9
9
Lein:
10
10
```
11
- [org.clojars.mjdowney/excel-clj "1.3.1 "]
11
+ [org.clojars.mjdowney/excel-clj "1.3.2 "]
12
12
```
13
13
14
14
- [ Getting Started] ( #getting-started )
Original file line number Diff line number Diff line change 1
- (defproject org.clojars.mjdowney /excel-clj " 1.3.1 "
1
+ (defproject org.clojars.mjdowney /excel-clj " 1.3.2 "
2
2
:description " Generate Excel documents & PDFs from Clojure data."
3
3
:url " https://github.com/matthewdowney/excel-clj"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments