Skip to content

Commit

Permalink
chore(main): release 0.10.13 (#275)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 2, 2025
1 parent 27a8fed commit 0fecb68
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.10.13](https://github.com/pabrahamsson/alertmanager-webhook/compare/v0.10.12...v0.10.13) (2025-01-02)


### Bug Fixes

* **deps:** update rust crate axum-tracing-opentelemetry to 0.25.0 ([#274](https://github.com/pabrahamsson/alertmanager-webhook/issues/274)) ([27a8fed](https://github.com/pabrahamsson/alertmanager-webhook/commit/27a8fedad21038b610c9fa9a2d6d7f123d0dc34e))
* **deps:** update rust crate init-tracing-opentelemetry to v0.25.1 ([#272](https://github.com/pabrahamsson/alertmanager-webhook/issues/272)) ([16d69d7](https://github.com/pabrahamsson/alertmanager-webhook/commit/16d69d73d0e6aeaac11b965d267a9fb6137432bc))
* **deps:** update rust crate tracing-opentelemetry-instrumentation-sdk to v0.24.1 ([#273](https://github.com/pabrahamsson/alertmanager-webhook/issues/273)) ([8cc12f6](https://github.com/pabrahamsson/alertmanager-webhook/commit/8cc12f6cbd7a2df6f0135073628bc05460da389e))

## [0.10.12](https://github.com/pabrahamsson/alertmanager-webhook/compare/v0.10.11...v0.10.12) (2025-01-02)


Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "alertmanager-webhook"
version = "0.10.12"
version = "0.10.13"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = { version = "0.8.1", features = ["tracing"] }
axum-tracing-opentelemetry = { version = "0.25.0" }
axum-tracing-opentelemetry = { version = "0.24.0" }
changecase = "0.0.7"
http = { version = "1.0.0" }
init-tracing-opentelemetry = { version = "0.25.0", features = [
Expand Down

0 comments on commit 0fecb68

Please sign in to comment.