diff --git a/CHANGES.md b/CHANGES.md index af0be8b..5d299d2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## 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 @@ -6,7 +6,7 @@ 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. diff --git a/project.clj b/project.clj index cdb7016..9215bcd 100644 --- a/project.clj +++ b/project.clj @@ -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"