Skip to content

Commit

Permalink
Prep for v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Sep 30, 2022
1 parent 8d5352c commit b822226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## 1.2 -- UNRELEASED
## 1.2 -- 30 Sep 2022

Output from `write-exception` is now buffered; this should reduce the
interleaving of exception output when multiple threads are writing
exceptions simultaneously.

[Closed Issues](https://github.com/AvisoNovate/pretty/issues?q=is%3Aclosed+milestone%3A1.2)

## 1.1.1 -- 15 Dec 20201
## 1.1.1 -- 15 Dec 2021

Prevent warnings when using with Clojure 1.11.

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.aviso/pretty "1.1.1"
(defproject io.aviso/pretty "1.2"
:description "Clojure library to help print things, prettily"
:url "https://github.com/AvisoNovate/pretty"
:license {:name "Apache Software License 2.0"
Expand Down

0 comments on commit b822226

Please sign in to comment.