Skip to content

Commit dc13e94

Browse files
committedFeb 11, 2025·
workhorse: bump to v0.2.5
1 parent 8a92209 commit dc13e94

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed
 

‎CHANGELOGS.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v0.2.5
2+
3+
- horsed: fix tracing registry
4+
- horsed: add `opentelemetry` feature to support otlp exporter
5+
- horsed: fix a bad dead lock issue
6+
17
### v0.2.4
28

39
- horsed: more tracing logs

‎Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎cargo-work/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-work"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2021"
55

66
[features]

‎horsed/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "horsed"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2021"
55

66
[lints.rust]
@@ -61,7 +61,7 @@ thiserror = "2.0.9"
6161
console-subscriber = { version = "0.4", features = ["parking_lot"] }
6262

6363
[features]
64-
default = ["opentelemetry"]
64+
default = []
6565
opentelemetry = [
6666
"dep:opentelemetry",
6767
"dep:opentelemetry_sdk",

0 commit comments

Comments
 (0)
Please sign in to comment.