Skip to content

Commit

Permalink
v2.4.5 2022-10-27
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 27, 2022
1 parent 21fc461 commit 8c33596
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md)
## v2.4.0 - 2022 Oct 14
## v2.4.5 - 2022 Oct 27

```clojure
[com.taoensso/tufte "2.4.0"]
[com.taoensso/tufte "2.4.5"]
```

> This is a very minor maintenance release. It should be **non-breaking**.
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.4.0"] ; See CHANGELOG for details
[com.taoensso/tufte "2.4.5"] ; See CHANGELOG for details
```

<!-- ![build status](https://github.com/ptaoussanis/tufte/workflows/build/badge.svg?branch=master) -->
Expand Down Expand Up @@ -63,8 +63,8 @@
Add the necessary dependency to your project:

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

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.4.0"
(defproject com.taoensso.examples/tufte "2.4.5"
: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.4.0"]]
[com.taoensso/tufte "2.4.5"]]

: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.4.0"}}}
com.taoensso/tufte {:mvn/version "2.4.5"}}}
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.4.0"
(defproject com.taoensso/tufte "2.4.5"
: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 8c33596

Please sign in to comment.