-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- ## [0.20.1](v0.20.0...v0.20.1) (2023-12-18) ### Bug Fixes * **deps:** update dependency prometheus-client to ^0.19.0 ([#218](#218)) ([91f08de](91f08de)) ### Documentation * regenerate changelog ([27b4e75](27b4e75)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: jo <[email protected]>
- Loading branch information
1 parent
3d71442
commit 5b73654
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ ".": "0.20.0" } | ||
{".":"0.20.1"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "earhorn" | ||
version = "0.20.0" | ||
version = "0.20.1" | ||
description = "Listen, monitor and archive your streams!" | ||
authors = ["Joola <[email protected]>"] | ||
readme = "README.md" | ||
|