Skip to content

Commit 089066e

Browse files
committed
v2.3.0 (2025-12-09)
1 parent b226d40 commit 089066e

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni
22

33
---
44

5+
# `v2.3.0` (2025-12-09)
6+
7+
- **Dependency**: [on Clojars](https://clojars.org/com.taoensso/truss/versions/2.3.0)
8+
- **Versioning**: [Break Versioning](https://www.taoensso.com/break-versioning)
9+
10+
This is a minor **feature release** to [add extra info](https://github.com/taoensso/truss/issues/20) to invariant violations when using `:in`. It should be a safe upgrade for users of `v2.2.x`.
11+
12+
---
13+
514
# `v2.2.1` (2025-11-15)
615

716
- **Dependency**: [on Clojars](https://clojars.org/com.taoensso/truss/versions/2.2.1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<a href="https://www.taoensso.com/clojure" title="More stuff by @ptaoussanis at www.taoensso.com"><img src="https://www.taoensso.com/open-source.png" alt="Taoensso open source" width="340"/></a>
2-
[**API**][cljdoc] | [**Wiki**][GitHub wiki] | [Slack][] | Latest release: [v2.2.1](../../releases/tag/v2.2.1) (2025-11-15)
2+
[**API**][cljdoc] | [**Wiki**][GitHub wiki] | [Slack][] | Latest release: [v2.3.0](../../releases/tag/v2.3.0) (2025-12-09)
33

44
[![Clj tests][Clj tests SVG]][Clj tests URL]
55
[![Cljs tests][Cljs tests SVG]][Cljs tests URL]

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/truss "2.2.1"
1+
(defproject com.taoensso/truss "2.3.0"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Micro toolkit for Clojure/Script errors."
44
:url "https://www.taoensso.com/truss"

0 commit comments

Comments
 (0)