Skip to content

Commit 463ecc7

Browse files
committed
release: v0.1.9
1 parent 1e46a72 commit 463ecc7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ outputs:
7272

7373
runs:
7474
using: 'docker'
75-
image: 'docker://ghcr.io/calebevans/gha-failure-analysis:0.1.8'
75+
image: 'docker://ghcr.io/calebevans/gha-failure-analysis:0.1.9'
7676
args:
7777
- analyze

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gha-failure-analysis"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "AI-powered analysis of GitHub Actions workflow failures using semantic log preprocessing."
55
readme = "README.md"
66
requires-python = ">=3.11"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""GitHub Actions failure analysis tool."""
22

3-
__version__ = "0.1.8"
3+
__version__ = "0.1.9"

0 commit comments

Comments
 (0)