We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02a6ae commit aea963bCopy full SHA for aea963b
CHANGELOG.md
@@ -5,6 +5,8 @@ The project uses semantic versioning (see [SemVer](https://semver.org)).
5
6
## [Unreleased]
7
8
+## v0.50.1 - 2025-02-01
9
+
10
### Fixed
11
12
- Do not cancel already cancelled events
pyproject.toml
@@ -10,7 +10,7 @@ authors = [
dynamic = [ "version", "dependencies" ]
[tool.poetry]
13
-version = "0.50.0"
+version = "0.50.1"
14
15
[tool.poetry.scripts]
16
operationbot = "operationbot.cli:cli"
0 commit comments