Skip to content

Commit e543866

Browse files
chore(main): release 0.6.2
1 parent c4cf454 commit e543866

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.6.1"
2+
".": "0.6.2"
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.6.2](https://github.com/reponomics/reponomics-dashboard-action/compare/v0.6.1...v0.6.2) (2026-05-22)
4+
5+
6+
### Bug Fixes
7+
8+
* make list string concatenation explicit for CodeQL ([b4e3018](https://github.com/reponomics/reponomics-dashboard-action/commit/b4e301868ae5c1e6f358577413bd43cd62edafbc))
9+
310
## [0.6.1](https://github.com/reponomics/reponomics-dashboard-action/compare/v0.6.0...v0.6.1) (2026-05-22)
411

512

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.6.1" # x-release-please-version
16+
VERSION = "0.6.2" # 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.6.1" # x-release-please-version
7+
version = "0.6.2" # 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.6.1
1+
0.6.2

0 commit comments

Comments
 (0)