Skip to content

Commit 9e32c9e

Browse files
chore(main): release 0.32.0
1 parent a4261de commit 9e32c9e

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.31.1"
2+
".": "0.32.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.32.0](https://github.com/reponomics/reponomics-dashboard-action/compare/v0.31.1...v0.32.0) (2026-07-06)
4+
5+
6+
### Features
7+
8+
* add aad for crypto ([#203](https://github.com/reponomics/reponomics-dashboard-action/issues/203)) ([a4261de](https://github.com/reponomics/reponomics-dashboard-action/commit/a4261de6644c0ab277844a2d1a39433656e8eb92))
9+
310
## [0.31.1](https://github.com/reponomics/reponomics-dashboard-action/compare/v0.31.0...v0.31.1) (2026-07-05)
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.31.1" # x-release-please-version
10+
VERSION = "0.32.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.31.1" # x-release-please-version
7+
version = "0.32.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.31.1
1+
0.32.0

0 commit comments

Comments
 (0)