Skip to content

Commit

Permalink
Prepare for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed May 16, 2021
1 parent dd1dedd commit 6de7770
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## 1.0 - UNRELEASED
## 1.0 - 16 May 2021

BinaryData protocol extended onto java.nio.ByteBuffer.

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

## 0.1.37 - 30 Jan 2019

*Incompatible Changes*:
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 "0.1.37"
(defproject io.aviso/pretty "1.0"
:description "Clojure library to help print things, prettily"
:url "https://github.com/AvisoNovate/pretty"
:license {:name "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/io/aviso/exception.clj
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@
When set, the frame limit is the number of stack frames to display; if non-nil, then some of the outermost
stack frames may be omitted. It may be set to 0 to omit the stack trace entirely (but still display
the exception stack). The frame limit is applied after the frame filter (which may hide or omit frames) and
after repeating stack frames have been identified and coallesced ... :frame-limit is really the number
after repeating stack frames have been identified and coalesced ... :frame-limit is really the number
of _output_ lines to present.
Properties of exceptions will be output using Clojure's pretty-printer, honoring all of the normal vars used
Expand Down

0 comments on commit 6de7770

Please sign in to comment.