File tree Expand file tree Collapse file tree 5 files changed +23
-5
lines changed
Expand file tree Collapse file tree 5 files changed +23
-5
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff line change 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
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 " ]])
Original file line number Diff line number Diff line change 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 " }}}
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments