diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f33df4..37f9fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/README.md b/README.md index bee361c..d8d317d 100644 --- a/README.md +++ b/README.md @@ -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] diff --git a/examples/clj/project.clj b/examples/clj/project.clj index 9c43a8a..f93f494 100644 --- a/examples/clj/project.clj +++ b/examples/clj/project.clj @@ -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" @@ -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) diff --git a/examples/cljs/deps.edn b/examples/cljs/deps.edn index b757a3d..fe4eb86 100644 --- a/examples/cljs/deps.edn +++ b/examples/cljs/deps.edn @@ -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"}}} diff --git a/project.clj b/project.clj index 5aa46fc..f4a8b29 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/tufte "2.6.1" +(defproject com.taoensso/tufte "2.6.2" :author "Peter Taoussanis " :description "Simple performance monitoring for Clojure/Script applications" :url "https://github.com/taoensso/tufte"