Skip to content

Commit 8973232

Browse files
committed
Bump to v2.2.0
1 parent 902737c commit 8973232

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [2.2.0] - 2023-02-12
4+
### Added
5+
- An `excel` macro to capture output from `print-table`. See README.
6+
37
## [2.1.0] - 2022-02-21
48
### Changed
59
- Update dependencies and resolve JODConverter breaking changes, including

README.md

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

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

1414
> Note: Ongoing v1.x support can be found on the

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 "2.1.0"
1+
(defproject org.clojars.mjdowney/excel-clj "2.2.0"
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)