Skip to content

Commit

Permalink
v2.6.2 (2023-09-27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Sep 27, 2023
1 parent 14da50a commit 07d1e4d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni

---

# `v2.6.2` (2023-09-27)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/tufte/versions/2.6.2), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
This is a non-breaking **maintenance** release, mostly intended to synchronize dependencies with my other recent library releases.

This should be a safe update for users of `v2.6.x`.

---

# `v2.6.1` (2023-08-18)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/tufte/versions/2.6.1), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It provides **sensible application-level metrics**, and gives them to you as **C
## Latest release/s

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

[![Main tests][Main tests SVG]][Main tests URL]
[![Graal tests][Graal tests SVG]][Graal tests URL]
Expand Down
4 changes: 2 additions & 2 deletions examples/clj/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso.examples/tufte "2.6.1"
(defproject com.taoensso.examples/tufte "2.6.2"
:description "Tufte example web-app project"
:url "https://github.com/ptaoussanis/tufte"

Expand All @@ -15,6 +15,6 @@
[ring/ring-defaults "0.3.4"]
[compojure "1.7.0"]
[hiccup "1.0.5"]
[com.taoensso/tufte "2.6.1"]]
[com.taoensso/tufte "2.6.2"]]

:main example.server)
2 changes: 1 addition & 1 deletion examples/cljs/deps.edn
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{:deps {org.clojure/clojurescript {:mvn/version "1.11.60"}
com.taoensso/tufte {:mvn/version "2.6.1"}}}
com.taoensso/tufte {:mvn/version "2.6.2"}}}
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/tufte "2.6.1"
(defproject com.taoensso/tufte "2.6.2"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Simple performance monitoring for Clojure/Script applications"
:url "https://github.com/taoensso/tufte"
Expand Down

0 comments on commit 07d1e4d

Please sign in to comment.