diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c671d7..2dc6087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ Thanks for the patience awaiting v1 final! I hope and believe that it'll have be Please read these carefully in case you might be affected: * ➤ **\[mod]** Signal content: drop `:location`, add `:coords` \[fda22ce] (**RC3**) -* ➤ **\[mod]** Signal options: drop `:location`, add `:coords` \[8d479ff] (**RC3**) +* ➤ **\[mod]** Signal options: drop `:location`, add `:coords` \[1f99f71] (**RC3**) * ➤ **\[mod]** OpenTelemetry: use standard attr names when possible \[bb715fb] (**RC3**) * \[mod] [#39] Discontinued separate "shell" library \[096c432] (RC2) * \[mod] Change return value of experimental [`with-signals`](https://cljdoc.org/d/com.taoensso/telemere/CURRENT/api/taoensso.telemere#with-signals) \[cb6a5d9] (RC2) @@ -79,7 +79,7 @@ Please read these carefully in case you might be affected: #### Misc improvements -* **\[new]** Use [Truss](https://www.taoensso.com/truss) v2, use [contextual exceptions](https://cljdoc.org/d/com.taoensso/truss/CURRENT/api/taoensso.truss#ex-info) when relevant (**RC3**) +* **\[new]** Use [Truss](https://www.taoensso.com/truss) v2 and [contextual exceptions](https://cljdoc.org/d/com.taoensso/truss/CURRENT/api/taoensso.truss#ex-info) when relevant (**RC3**) * **\[new]** [#44] Open Telemetry handler: add span kind option (@farcaller) \[413cce8] (**RC3**) * **\[new]** Reduced Cljs build sizes in some cases (**RC3**) * \[new] Add [`timbre->telemere`](https://cljdoc.org/d/com.taoensso/telemere/CURRENT/api/taoensso.telemere.timbre#timbre->telemere-appender) appender and update docs \[ace6e2d] (RC2) diff --git a/README.md b/README.md index 8b46264..3b8f6d6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Telemere logo -### Structured telemetry library for Clojure/Script +### Structured logs and telemetry for Clojure/Script **Telemere** is a **pure Clojure/Script library** that offers an elegant and simple **unified API** to cover: @@ -211,7 +211,7 @@ It enables you to write code that is **information-verbose by default**. ## Comparisons - Telemere [compared](../../wiki/5-Migrating#from-timbre) to [Timbre](https://www.taoensso.com/timbre) (Telemere's predecessor) -- Telemere [compared](../../wiki/6-FAQ#how-does-telemere-compare-to-mulog) to [Mulog](https://github.com/BrunoBonacci/mulog) (Structured micro-logging library) +- Telemere [compared](../../wiki/6-FAQ#how-does-telemere-compare-to-mulog) to [Mulog](https://github.com/BrunoBonacci/mulog) (structured micro-logging library) ## Videos @@ -332,7 +332,7 @@ You can [help support][sponsor] continued work on this project, thank you!! 🙏 ## License -Copyright © 2023-2024 [Peter Taoussanis][]. +Copyright © 2023-2025 [Peter Taoussanis][]. Licensed under [EPL 1.0](LICENSE.txt) (same as Clojure). diff --git a/main/project.clj b/main/project.clj index 4d24e23..2c06320 100644 --- a/main/project.clj +++ b/main/project.clj @@ -1,6 +1,6 @@ (defproject com.taoensso/telemere "1.0.0-RC3" :author "Peter Taoussanis " - :description "Structured telemetry library for Clojure/Script" + :description "Structured logs and telemetry for Clojure/Script" :url "https://www.taoensso.com/telemere" :license