Skip to content

Commit b772e8b

Browse files
committed
Prep for 2.3
1 parent 3d82c33 commit b772e8b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# 2.3 - UNRELEAED
1+
# 2.3 - 9 Mar 2023
22

33
A new function, `clj-commons.ansi.perr` composes its inputs and prints
44
them to `*err*`, a common behavior for command line tools.
55

66
New namespace `clj-commons.format.table` is used to format tabular output; a
77
prettier version of `clojure.pprint/print-table`
88

9+
[Closed Issues](https://github.com/clj-commons/pretty/milestone/44?closed=1)
10+
911
## 2.2.1 - 14 Nov 2023
1012

1113
This release contains only minor bug fixes:

VERSION.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
2.2.1
1+
2.3.0
2+

deps.edn

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
;; clj -T:build <command>
1616
:build
1717
{:deps {io.github.hlship/build-tools
18-
{:git/tag "0.9" :git/sha "4efa3c9"}}
18+
{:git/tag "0.10.1" :git/sha "7ecff5b"}}
1919
:ns-default build}
2020

2121
:1.10
@@ -36,7 +36,8 @@
3636
{:main-opts ["-m" "clj-commons.pretty.repl"]}}
3737

3838
:net.lewisship.build/scm
39-
{:url "https://github.com/clj-commons/pretty"}
39+
{:url "https://github.com/clj-commons/pretty"
40+
:license :asl}
4041

4142
:codox/config
4243
{:description "Clojure library to help print things, prettily"

0 commit comments

Comments
 (0)