Skip to content

Commit

Permalink
v2.5.1 (2023-07-18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jul 18, 2023
1 parent 945e42a commit 18b8fae
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md).
This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md).

## `2.5.1` (2023-07-18)

> 📦 [Available on Clojars](https://clojars.org/com.taoensso/tufte/versions/2.5.1)
Identical to `2.5.0`, but synchronizes Encore dependency with my recent library releases (Timbre, Tufte, Sente, Carmine, etc.) to prevent confusion caused by dependency conflicts.

This is a safe update for users of `2.5.0`.


## `2.5.0` (2023-07-13)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**[CHANGELOG][]** | [API][] | current [Break Version][]:

```clojure
[com.taoensso/tufte "2.5.0"] ; See CHANGELOG for details
[com.taoensso/tufte "2.5.1"] ; See CHANGELOG for details
```

> See [here][backers] if to help support my open-source work, thanks! - [Peter Taoussanis][Taoensso.com]
Expand Down Expand Up @@ -61,8 +61,8 @@
Add the necessary dependency to your project:

```clojure
Leiningen: [com.taoensso/tufte "2.5.0"] ; or
deps.edn: com.taoensso/tufte {:mvn/version "2.5.0"}
Leiningen: [com.taoensso/tufte "2.5.1"] ; or
deps.edn: com.taoensso/tufte {:mvn/version "2.5.1"}
```

And setup your namespace imports:
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.5.0"
(defproject com.taoensso.examples/tufte "2.5.1"
: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.5.0"]]
[com.taoensso/tufte "2.5.1"]]

: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.5.0"}}}
com.taoensso/tufte {:mvn/version "2.5.1"}}}
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.5.0"
(defproject com.taoensso/tufte "2.5.1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Simple profiling and performance monitoring for Clojure/Script"
:url "https://github.com/ptaoussanis/tufte"
Expand Down

0 comments on commit 18b8fae

Please sign in to comment.