mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-17 18:01:10 +00:00
v1.0.0-alpha4 (2024-04-10)
This commit is contained in:
parent
be4644220c
commit
847781e1e8
3 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ It's a next-generation **observability toolkit** and modern replacement for [Tim
|
||||||
|
|
||||||
## Latest release/s
|
## Latest release/s
|
||||||
|
|
||||||
- `v1.0.0-alpha3` (dev): [release info](https://clojars.org/com.taoensso/telemere/versions/1.0.0-alpha3) (for early adopters)
|
- `v1.0.0-alpha4` (dev): [release info](https://clojars.org/com.taoensso/telemere/versions/1.0.0-alpha4) (for early adopters)
|
||||||
|
|
||||||
[![Main tests][Main tests SVG]][Main tests URL]
|
[![Main tests][Main tests SVG]][Main tests URL]
|
||||||
[![Graal tests][Graal tests SVG]][Graal tests URL]
|
[![Graal tests][Graal tests SVG]][Graal tests URL]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject com.taoensso/telemere "1.0.0-alpha3"
|
(defproject com.taoensso/telemere "1.0.0-alpha4"
|
||||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||||
:description "Structured telemetry library for Clojure/Script"
|
:description "Structured telemetry library for Clojure/Script"
|
||||||
:url "https://www.taoensso.com/telemere"
|
:url "https://www.taoensso.com/telemere"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject com.taoensso/slf4j-telemere "1.0.0-alpha3"
|
(defproject com.taoensso/slf4j-telemere "1.0.0-alpha4"
|
||||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||||
:description "Telemere backend/provider for SLF4J API v2"
|
:description "Telemere backend/provider for SLF4J API v2"
|
||||||
:url "https://www.taoensso.com/telemere"
|
:url "https://www.taoensso.com/telemere"
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
{:dependencies
|
{:dependencies
|
||||||
[[org.clojure/clojure "1.11.2"]
|
[[org.clojure/clojure "1.11.2"]
|
||||||
[org.slf4j/slf4j-api "2.0.12"]
|
[org.slf4j/slf4j-api "2.0.12"]
|
||||||
[com.taoensso/telemere "1.0.0-alpha3"]]}
|
[com.taoensso/telemere "1.0.0-alpha4"]]}
|
||||||
|
|
||||||
:dev
|
:dev
|
||||||
{:plugins
|
{:plugins
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue