Skip to content

Commit

Permalink
Prep for 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Mar 24, 2024
1 parent 3d08cc1 commit 6052651
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.4.0 - UNRELEASED
## 2.4.0 - 24 Mar 202

*BREAKING CHANGES*

Expand All @@ -10,7 +10,9 @@ Other changes:
`compose` now supports a new value for :pad; the value :both is used to
center the content, adding spaces on both sides.

## 2.3.0 - 9 Mar 2023
[Closed Issues](https://github.com/clj-commons/pretty/issues?q=is%3Aclosed+milestone%3A2.4.0)

## 2.3.0 - 9 Mar 2024

A new function, `clj-commons.ansi/perr`, composes its inputs and prints
them to `*err*`, a common behavior for command line tools.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Pretty can output pretty tabular data:
:path "/status"
:route-name :status}])
┏━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Method ┃ Path ┃ Name
┃ Method ┃ Path Name
┣━━━━━━━━╋━━━━━━━━━╋━━━━━━━━━━━━┫
┃ :get ┃ / ┃ :root-page ┃
┃ :post ┃ /reset ┃ :reset ┃
Expand All @@ -52,7 +52,7 @@ Pretty can output pretty tabular data:
=> nil
```

The `print-table` function has many options to easily adjust the output to your needs.
The `print-table` function has many options to easily adjust the output to your needs, including fonts, text alignment, and the table border.


## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.3.0
2.4.0

0 comments on commit 6052651

Please sign in to comment.