Skip to content

Commit

Permalink
chore(main): release 0.10.1 (#202)
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] committed Jul 24, 2024
1 parent 8ac5d81 commit 5180e8f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.10.1](https://github.com/pabrahamsson/alertmanager-webhook/compare/v0.10.0...v0.10.1) (2024-07-24)


### Bug Fixes

* **deps:** update rust crate tokio to v1.38.1 ([#201](https://github.com/pabrahamsson/alertmanager-webhook/issues/201)) ([ae086b4](https://github.com/pabrahamsson/alertmanager-webhook/commit/ae086b48c737c38aafc3a0603c8b5e196b21720f))
* **deps:** update rust crate tokio to v1.39.1 ([#203](https://github.com/pabrahamsson/alertmanager-webhook/issues/203)) ([4154b27](https://github.com/pabrahamsson/alertmanager-webhook/commit/4154b27b068563927c9bdbda097f77afae3d8675))

## [0.10.0](https://github.com/pabrahamsson/alertmanager-webhook/compare/v0.9.0...v0.10.0) (2024-07-07)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alertmanager-webhook"
version = "0.10.0"
version = "0.10.1"
edition = "2021"

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

0 comments on commit 5180e8f

Please sign in to comment.