diff --git a/CHANGES.md b/CHANGES.md index 1f075bb..9b4c63f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# 2.3 - UNRELEAED +# 2.3 - 9 Mar 2023 A new function, `clj-commons.ansi.perr` composes its inputs and prints them to `*err*`, a common behavior for command line tools. @@ -6,6 +6,8 @@ them to `*err*`, a common behavior for command line tools. New namespace `clj-commons.format.table` is used to format tabular output; a prettier version of `clojure.pprint/print-table` +[Closed Issues](https://github.com/clj-commons/pretty/milestone/44?closed=1) + ## 2.2.1 - 14 Nov 2023 This release contains only minor bug fixes: diff --git a/VERSION.txt b/VERSION.txt index c043eea..a894319 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1,2 @@ -2.2.1 +2.3.0 + diff --git a/deps.edn b/deps.edn index ae98829..30d7a6f 100644 --- a/deps.edn +++ b/deps.edn @@ -15,7 +15,7 @@ ;; clj -T:build :build {:deps {io.github.hlship/build-tools - {:git/tag "0.9" :git/sha "4efa3c9"}} + {:git/tag "0.10.1" :git/sha "7ecff5b"}} :ns-default build} :1.10 @@ -36,7 +36,8 @@ {:main-opts ["-m" "clj-commons.pretty.repl"]}} :net.lewisship.build/scm - {:url "https://github.com/clj-commons/pretty"} + {:url "https://github.com/clj-commons/pretty" + :license :asl} :codox/config {:description "Clojure library to help print things, prettily"