Skip to content

Commit 38e304e

Browse files
chore(main): release 0.30.1
1 parent 21d72c2 commit 38e304e

5 files changed

Lines changed: 11 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.30.0"
2+
".": "0.30.1"
33
}

CHANGELOG.md

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

3+
## [0.30.1](https://github.com/reponomics/reponomics-dashboard-action/compare/v0.30.0...v0.30.1) (2026-06-29)
4+
5+
6+
### Bug Fixes
7+
8+
* derive minimum template compatibility fixture ([21d72c2](https://github.com/reponomics/reponomics-dashboard-action/commit/21d72c27e6989a83dfe68d28e9f9d97eef00cb89))
9+
310
## [0.30.0](https://github.com/reponomics/reponomics-dashboard-action/compare/v0.29.0...v0.30.0) (2026-06-29)
411

512

dashboard_action/run_modules/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pathlib import Path
88

99

10-
VERSION = "0.30.0" # x-release-please-version
10+
VERSION = "0.30.1" # x-release-please-version
1111
ROOT = Path(__file__).resolve().parents[1]
1212
SCRIPTS_DIR = ROOT / "runtime" / "scripts"
1313
MIN_MASK_LENGTH = 3

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.30.0" # x-release-please-version
7+
version = "0.30.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.30.0
1+
0.30.1

0 commit comments

Comments
 (0)