Skip to content

Commit eeac74f

Browse files
committed
v1.0.0-beta1 (2025-06-19)
1 parent 5eb6002 commit eeac74f

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

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

33
---
44

5-
# `vX.Y.Z` (YYYY-MM-DD)
5+
# `v1.0.0-beta1` (2025-06-19)
66

7-
- **Dependency**: [on Clojars](https://clojars.org/com.taoensso/trove/versions/TODO)
8-
- **Versioning**: [Break Versioning](https://www.taoensso.com/break-versioning)
7+
- **Dependency**: [on Clojars](https://clojars.org/com.taoensso/trove/versions/1.0.0-beta1)
8+
- **Versioning**: [Break Versioning](https://www.taoensso.com/break-versioning)
9+
10+
This is the first public Trove release. The API may still change based on feedback, and feedback very welcome!
11+
12+
Feel free to ping on the Trove [Slack channel](http://taoensso.com/trove/slack) or [GitHub issues](https://github.com/taoensso/trove/issues).
13+
14+
Thank you!! - [Peter Taoussanis](https://www.taoensso.com) 🙏

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-SNAPSHOT](https://clojars.org/com.taoensso/trove/versions/1.0.0-SNAPSHOT) (2025-06-19) 🚧
2+
[**API**][cljdoc] | [Slack channel][] | Latest release: [v1.0.0-beta1](../../releases/tag/v1.0.0-beta1) 🚧 (2025-06-19)
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-SNAPSHOT"
1+
(defproject com.taoensso/trove "1.0.0-beta1"
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)