Skip to content

Commit

Permalink
v1.11.0 (2023-07-31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jul 31, 2023
1 parent 6621dec commit a865e8f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
This project uses Break Versioning (https://www.taoensso.com/break-versioning)

## `1.11.0` (2023-07-31)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/truss/versions/1.11.0)
This is a **maintenance + feature release**, and should be a non-breaking upgrade.

### New since `1.10.1`

* f42b81b [mod] Improve invariant violation output
* 02c027e [new] Add `cljdoc.edn` config (improve cljdoc output)

### Other improvements since `1.10.1`

* 9ff9d55 [nop] More reliable predicate parsing


## `1.10.1` (2023-07-15)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/truss/versions/1.10.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## Latest release/s

- `2023-07-15` `1.10.1`: [changes](../../releases/tag/v1.10.1)
- `2023-07-31` `1.11.0`: [changes](../../releases/tag/v1.11.0)

[![Main tests][Main tests SVG]][Main tests URL]
[![Graal tests][Graal tests SVG]][Graal tests URL]
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 com.taoensso/truss "1.10.1"
(defproject com.taoensso/truss "1.11.0"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Assertions micro-library for Clojure/Script"
:url "https://github.com/taoensso/truss"
Expand Down

0 comments on commit a865e8f

Please sign in to comment.