Skip to content

Commit 07d1e4d

Browse files
committed
v2.6.2 (2023-09-27)
1 parent 14da50a commit 07d1e4d

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni
22

33
---
44

5+
# `v2.6.2` (2023-09-27)
6+
7+
> 📦 [Available on Clojars](https://clojars.org/com.taoensso/tufte/versions/2.6.2), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
8+
9+
This is a non-breaking **maintenance** release, mostly intended to synchronize dependencies with my other recent library releases.
10+
11+
This should be a safe update for users of `v2.6.x`.
12+
13+
---
14+
515
# `v2.6.1` (2023-08-18)
616

717
> 📦 [Available on Clojars](https://clojars.org/com.taoensso/tufte/versions/2.6.1), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It provides **sensible application-level metrics**, and gives them to you as **C
1515
1616
## Latest release/s
1717

18-
- `2023-08-18` `2.6.1`: [changes](../../releases/tag/v2.6.1)
18+
- `2023-09-27` `2.6.2`: [changes](../../releases/tag/v2.6.2)
1919

2020
[![Main tests][Main tests SVG]][Main tests URL]
2121
[![Graal tests][Graal tests SVG]][Graal tests URL]

examples/clj/project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso.examples/tufte "2.6.1"
1+
(defproject com.taoensso.examples/tufte "2.6.2"
22
:description "Tufte example web-app project"
33
:url "https://github.com/ptaoussanis/tufte"
44

@@ -15,6 +15,6 @@
1515
[ring/ring-defaults "0.3.4"]
1616
[compojure "1.7.0"]
1717
[hiccup "1.0.5"]
18-
[com.taoensso/tufte "2.6.1"]]
18+
[com.taoensso/tufte "2.6.2"]]
1919

2020
:main example.server)

examples/cljs/deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{:deps {org.clojure/clojurescript {:mvn/version "1.11.60"}
2-
com.taoensso/tufte {:mvn/version "2.6.1"}}}
2+
com.taoensso/tufte {:mvn/version "2.6.2"}}}

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/tufte "2.6.1"
1+
(defproject com.taoensso/tufte "2.6.2"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Simple performance monitoring for Clojure/Script applications"
44
:url "https://github.com/taoensso/tufte"

0 commit comments

Comments
 (0)