Skip to content

Commit 2f57673

Browse files
committed
v2.6.3 (2023-09-27)
1 parent 07d1e4d commit 2f57673

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.md

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

33
---
44

5-
# `v2.6.2` (2023-09-27)
5+
# `v2.6.3` (2023-09-27)
66

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

README.md

Lines changed: 1 addition & 1 deletion
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-09-27` `2.6.2`: [changes](../../releases/tag/v2.6.2)
18+
- `2023-09-27` `2.6.3`: [changes](../../releases/tag/v2.6.3)
1919

2020
[![Main tests][Main tests SVG]][Main tests URL]
2121
[![Graal tests][Graal tests SVG]][Graal 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 "2.6.2"
1+
(defproject com.taoensso.examples/tufte "2.6.3"
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.2"]]
18+
[com.taoensso/tufte "2.6.3"]]
1919

2020
:main example.server)

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.11.60"}
2-
com.taoensso/tufte {:mvn/version "2.6.2"}}}
2+
com.taoensso/tufte {:mvn/version "2.6.3"}}}

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/tufte "2.6.2"
1+
(defproject com.taoensso/tufte "2.6.3"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Simple performance monitoring for Clojure/Script applications"
44
:url "https://github.com/taoensso/tufte"
@@ -26,7 +26,7 @@
2626

2727
:dependencies
2828
[[org.clojure/test.check "1.1.1"]
29-
[com.taoensso/timbre "6.3.0"]]}
29+
[com.taoensso/timbre "6.3.1"]]}
3030

3131
:graal-tests
3232
{:dependencies [[org.clojure/clojure "1.11.1"]

0 commit comments

Comments
 (0)