Skip to content

Commit da7d379

Browse files
chore(main): release 0.30.0 (#186)
Co-authored-by: reponomics-dashboard[bot] <286571062+reponomics-dashboard[bot]@users.noreply.github.com>
1 parent f15d689 commit da7d379

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.29.0"
2+
".": "0.30.0"
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.0](https://github.com/reponomics/reponomics-dashboard-action/compare/v0.29.0...v0.30.0) (2026-06-29)
4+
5+
6+
### Features
7+
8+
* dashboard design polish ([#185](https://github.com/reponomics/reponomics-dashboard-action/issues/185)) ([f15d689](https://github.com/reponomics/reponomics-dashboard-action/commit/f15d689e33b557debe549dd3edb4b8b2ee483eba))
9+
310
## [0.29.0](https://github.com/reponomics/reponomics-dashboard-action/compare/v0.28.0...v0.29.0) (2026-06-28)
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.29.0" # x-release-please-version
10+
VERSION = "0.30.0" # 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.29.0" # x-release-please-version
7+
version = "0.30.0" # 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.29.0
1+
0.30.0

0 commit comments

Comments
 (0)