Skip to content

Commit 6de7770

Browse files
committed
Prepare for 1.0 release
1 parent dd1dedd commit 6de7770

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## 1.0 - UNRELEASED
1+
## 1.0 - 16 May 2021
22

33
BinaryData protocol extended onto java.nio.ByteBuffer.
44

5+
[Closed Issues](https://github.com/AvisoNovate/pretty/issues?q=milestone%3A1.0+is%3Aclosed)
6+
57
## 0.1.37 - 30 Jan 2019
68

79
*Incompatible Changes*:

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 "0.1.37"
1+
(defproject io.aviso/pretty "1.0"
22
:description "Clojure library to help print things, prettily"
33
:url "https://github.com/AvisoNovate/pretty"
44
:license {:name "Apache Software License 2.0"

src/io/aviso/exception.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@
618618
When set, the frame limit is the number of stack frames to display; if non-nil, then some of the outermost
619619
stack frames may be omitted. It may be set to 0 to omit the stack trace entirely (but still display
620620
the exception stack). The frame limit is applied after the frame filter (which may hide or omit frames) and
621-
after repeating stack frames have been identified and coallesced ... :frame-limit is really the number
621+
after repeating stack frames have been identified and coalesced ... :frame-limit is really the number
622622
of _output_ lines to present.
623623
624624
Properties of exceptions will be output using Clojure's pretty-printer, honoring all of the normal vars used

0 commit comments

Comments
 (0)