v1.0.0-beta1 (2024-04-19)

This commit is contained in:
Peter Taoussanis 2024-04-19 12:50:32 +02:00
parent 5484f13481
commit 10fcf20958
4 changed files with 16 additions and 6 deletions

View file

@ -1,3 +1,15 @@
This project uses [**Break Versioning**](https://www.taoensso.com/break-versioning).
---
# `v1.0.0-beta1` (2024-04-19)
> 📦 [Available on Clojars](https://clojars.org/com.taoensso/telemere/versions/1.0.0-beta1), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
This is Telemere's first public pre-release and mostly intended for early testers and those that'd like to give feedback.
While no significant changes are expected before the [planned v1.0 final release](https://www.taoensso.com/roadmap), you probably don't want to use this in production just yet.
**Please report any unexpected problems** and let me know if anything is unclear, inconvenient, etc. Now's the ideal time to get any last-minute changes in. Thank you! 🙏
\- Peter Taoussanis

View file

@ -13,9 +13,7 @@ It helps enable Clojure/Script systems that are **observable**, **robust**, and
## Latest release/s
> This library is still under development, ETA: [end April 2024](https://www.taoensso.com/roadmap).
- `v1.0.0-alpha6` (dev): [release info](https://clojars.org/com.taoensso/telemere/versions/1.0.0-alpha6) (for early adopters)
- `v1.0.0-beta1`: [release info](https://clojars.org/com.taoensso/telemere/versions/1.0.0-beta1)
[![Main tests][Main tests SVG]][Main tests URL]
[![Graal tests][Graal tests SVG]][Graal tests URL]

View file

@ -1,4 +1,4 @@
(defproject com.taoensso/telemere "1.0.0-alpha6"
(defproject com.taoensso/telemere "1.0.0-beta1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Structured telemetry library for Clojure/Script"
:url "https://www.taoensso.com/telemere"

View file

@ -1,4 +1,4 @@
(defproject com.taoensso/slf4j-telemere "1.0.0-alpha6"
(defproject com.taoensso/slf4j-telemere "1.0.0-beta1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Telemere backend/provider for SLF4J API v2"
:url "https://www.taoensso.com/telemere"
@ -16,7 +16,7 @@
{:dependencies
[[org.clojure/clojure "1.11.2"]
[org.slf4j/slf4j-api "2.0.13"]
[com.taoensso/telemere "1.0.0-alpha6"]]}
[com.taoensso/telemere "1.0.0-beta1"]]}
:dev
{:plugins