Skip to content

Commit 5dd09e3

Browse files
committed
chore: release
1 parent eae7d57 commit 5dd09e3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.lock

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

crates/synd_api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version = "0.1.0"
1313

1414
[dependencies]
1515
synd-feed = { path = "../synd_feed", version = "0.1.1" }
16-
synd-o11y = { path = "../synd_o11y", version = "0.1.0" }
16+
synd-o11y = { path = "../synd_o11y", version = "0.1.1" }
1717

1818
anyhow = { workspace = true }
1919
async-graphql = { version = "7.0", features = ["tracing"] }

crates/synd_o11y/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [unreleased]
5+
## [0.1.1]
66

77
### Features
88

crates/synd_o11y/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository.workspace = true
99
description = "syndicationd lib for tracing and opentelemetry ecosystem"
1010
name = "synd-o11y"
1111
readme = "README.md"
12-
version = "0.1.0"
12+
version = "0.1.1"
1313

1414
[dependencies]
1515
axum = { workspace = true }

crates/synd_term/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "src/main.rs"
1818
[dependencies]
1919
synd-auth = { path = "../synd_auth", version = "0.1.2" }
2020
synd-feed = { path = "../synd_feed", version = "0.1.1" }
21-
synd-o11y = { path = "../synd_o11y", version = "0.1.0" }
21+
synd-o11y = { path = "../synd_o11y", version = "0.1.1" }
2222

2323
anyhow = { workspace = true }
2424
chrono = { workspace = true }

0 commit comments

Comments
 (0)