Skip to content

Commit

Permalink
chore(main): release telemetry 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dls-release-please[bot] authored Feb 14, 2025
1 parent 9192d5e commit e2929e9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"+5": "0.0.0",
"frontend/workflows-lib": "0.1.0",
"+6": "0.0.0",
"backend/telemetry": "0.1.0"
"backend/telemetry": "0.1.1"
}
13 changes: 13 additions & 0 deletions backend/telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.1.1](https://github.com/DiamondLightSource/workflows/compare/[email protected]) (2025-02-14)


### Features

* **backend:** add telemetry library ([06d2890](https://github.com/DiamondLightSource/workflows/commit/06d2890bf3073b9b823b2d691724f21e95e68296))


### Bug Fixes

* **graph-proxy:** use telemetry library ([8e7d7ec](https://github.com/DiamondLightSource/workflows/commit/8e7d7ec178e31e053e8c7d5fa9affa5767fed84f))
2 changes: 1 addition & 1 deletion backend/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "telemetry"
build = "build.rs"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "Apache-2.0"
description = "A telemetry library for collecting and exporting metrics and traces."
Expand Down

0 comments on commit e2929e9

Please sign in to comment.