Skip to content

Commit 4cbd1b3

Browse files
committed
v1.1.0 (2025-10-11)
1 parent deb6375 commit 4cbd1b3

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

33
---
44

5+
# `v1.0.1` (2025-10-11)
6+
7+
- **Dependency**: [on Clojars](https://clojars.org/com.taoensso/trove/versions/1.1.0)
8+
- **Versioning**: [Break Versioning](https://www.taoensso.com/break-versioning)
9+
10+
This is a minor feature release.
11+
12+
## Since v1.0.0 (2025-08-21)
13+
14+
- \[new] Added `:log-fn` option to `log!` (handy for testing) \[deb6375]
15+
16+
---
17+
518
# `v1.0.0` (2025-08-21)
619

720
- **Dependency**: [on Clojars](https://clojars.org/com.taoensso/trove/versions/1.0.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<a href="https://www.taoensso.com/clojure" title="More stuff by @ptaoussanis at www.taoensso.com"><img src="https://www.taoensso.com/open-source.png" alt="Taoensso open source" width="340"/></a>
2-
[**API**][cljdoc] | [Slack channel][] | Latest release: [v1.0.0](../../releases/tag/v1.0.0) (2025-08-21)
2+
[**API**][cljdoc] | [Slack channel][] | Latest release: [v1.1.0](../../releases/tag/v1.1.0) (2025-10-11)
33

44
[![Clj tests][Clj tests SVG]][Clj tests URL]
55
[![Cljs tests][Cljs tests SVG]][Cljs tests URL]

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/trove "1.0.0"
1+
(defproject com.taoensso/trove "1.1.0"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Modern logging facade for Clojure/Script"
44
:url "https://www.taoensso.com/trove"

0 commit comments

Comments
 (0)