Skip to content

Commit

Permalink
Prep for 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Mar 9, 2024
1 parent 3d82c33 commit b772e8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# 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.

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:
Expand Down
3 changes: 2 additions & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
2.2.1
2.3.0

5 changes: 3 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
;; clj -T:build <command>
: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
Expand All @@ -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"
Expand Down

0 comments on commit b772e8b

Please # to comment.