Skip to content

Commit b822226

Browse files
committed
Prep for v1.2
1 parent 8d5352c commit b822226

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## 1.2 -- UNRELEASED
1+
## 1.2 -- 30 Sep 2022
22

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

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

9-
## 1.1.1 -- 15 Dec 20201
9+
## 1.1.1 -- 15 Dec 2021
1010

1111
Prevent warnings when using with Clojure 1.11.
1212

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject io.aviso/pretty "1.1.1"
1+
(defproject io.aviso/pretty "1.2"
22
:description "Clojure library to help print things, prettily"
33
:url "https://github.com/AvisoNovate/pretty"
44
:license {:name "Apache Software License 2.0"

0 commit comments

Comments
 (0)