Skip to content

Commit 3aa9990

Browse files
chore(main): release 0.8.1
1 parent 9f2650d commit 3aa9990

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.0"
2+
".": "0.8.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.8.1](https://github.com/reponomics/reponomics-dashboard-action/compare/v0.8.0...v0.8.1) (2026-05-23)
4+
5+
6+
### Bug Fixes
7+
8+
* clarify YAML validation errors ([d86cda0](https://github.com/reponomics/reponomics-dashboard-action/commit/d86cda056e9f0b0ddddce47980bcbea00befb1ac))
9+
* type analytics helper boundaries ([9f2650d](https://github.com/reponomics/reponomics-dashboard-action/commit/9f2650d8ba27593390beb0505f3ecf2aeb388446))
10+
311
## [0.8.0](https://github.com/reponomics/reponomics-dashboard-action/compare/v0.7.0...v0.8.0) (2026-05-23)
412

513

dashboard_action/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from typing import Any, Callable
1414

1515

16-
VERSION = "0.8.0" # x-release-please-version
16+
VERSION = "0.8.1" # x-release-please-version
1717
ROOT = Path(__file__).resolve().parent
1818
SCRIPTS_DIR = ROOT / "runtime" / "scripts"
1919
MIN_SECRET_LENGTH = 40

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "reponomics-dashboard-action"
7-
version = "0.8.0" # x-release-please-version
7+
version = "0.8.1" # x-release-please-version
88
description = "GitHub Action for the Reponomics Dashboard."
99
readme = "README.md"
1010
authors = [{ "name" = "Reponomics Contributors" }]

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0
1+
0.8.1

0 commit comments

Comments
 (0)