Skip to content

Commit 569074a

Browse files
committed
v3.0.2 (2026-01-23)
1 parent e5e0f59 commit 569074a

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

CHANGELOG.md

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

33
---
44

5+
# `v3.0.2` (2026-01-23)
6+
7+
- **Dependency**: [on Clojars](https://clojars.org/com.taoensso/tufte/versions/3.0.2)
8+
- **Versioning**: [Break Versioning](https://www.taoensso.com/break-versioning)
9+
10+
This is a **hotfix release** to addresses some issues in v3.0.0 (apologies for the trouble!!):
11+
12+
- \[fix] [#75] Broken `:dynamic?` option for `profile` \[391b7fa]
13+
- \[fix] [#75] Protect against nil `:stats` \[88874e1]
14+
- \[fix] [#73] [#74] Fix bad deprecated vars affecting `with-min-level`
15+
- \[doc] [#69] [#72] Fix issue in example project \[2ada8b5]
16+
17+
Big thanks to @ejschoen for reporting!
18+
19+
\- [Peter Taoussanis](https://www.taoensso.com)
20+
21+
---
22+
523
# `v3.0.1` (2026-01-09)
624

725
- **Dependency**: [on Clojars](https://clojars.org/com.taoensso/tufte/versions/3.0.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: [v3.0.1](../../releases/tag/v3.0.1) (2026-01-09)
2+
[**API**][cljdoc] | [**Wiki**][GitHub wiki] | [Slack][] | Latest release: [v3.0.2](../../releases/tag/v3.0.2) (2026-01-23)
33

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

examples/clj/project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso.examples/tufte "3.0.1"
1+
(defproject com.taoensso.examples/tufte "3.0.2"
22
:description "Tufte example web-app project"
33
:url "https://github.com/ptaoussanis/tufte"
44
:main example.server
@@ -10,4 +10,4 @@
1010
[ring/ring-codec "1.3.0"]
1111
[compojure "1.7.2"]
1212
[hiccup "1.0.5"]
13-
[com.taoensso/tufte "3.0.1"]])
13+
[com.taoensso/tufte "3.0.2"]])

examples/cljs/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{:deps {org.clojure/clojurescript {:mvn/version "1.12.134"}
2-
com.taoensso/tufte {:mvn/version "3.0.1"}}}
2+
com.taoensso/tufte {:mvn/version "3.0.2"}}}

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/tufte "3.0.1"
1+
(defproject com.taoensso/tufte "3.0.2"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Simple performance monitoring library for Clojure/Script"
44
:url "https://github.com/taoensso/tufte"

0 commit comments

Comments
 (0)