File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # v0.72.0 - 2025-08-15
4+
5+ - [ IMPROVEMENT] Check ruff format in GitHub Actions #636
6+ - [ IMPROVEMENT] Run ruff lint in GitHub Actions #635
7+ - [ IMPROVEMENT] Support changing member's role on UI #634
8+ - [ IMPROVEMENT] Add audit logs when assigning or removing permissions #633
9+ - [ IMPROVEMENT] Keep parent info in audit logs #632
10+ - [ INTERNAL] Bump actions/checkout from 4.2.2 to 5.0.0 #631
11+ - [ BUGFIX] Perform settings override as a last action #630
12+ - [ IMPROVEMENT] Allow defining members for Service, Project and Farm #626
13+ - [ IMPROVEMENT] Activate a tab based on the hash value of the URL #629
14+ - [ INTERNAL] Bump docker/login-action from 3.4.0 to 3.5.0 #627
15+ - [ INTERNAL] Bump docker/metadata-action from 5.7.0 to 5.8.0 #628
16+ - [ IMPROVEMENT] Support all operators for silences #620
17+ - [ IMPROVEMENT] Using only one UI for showing Active Silences #624
18+ - [ IMPROVEMENT] Add Edit button when showing the rule list #623
19+
320# v0.71.0 - 2025-07-02
421
522- [ BUGFIX] Add missing opening div tag #621
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " promgen"
7- version = " 0.72.0.dev "
7+ version = " 0.72.0"
88authors = [{ name = " LINE Corporation" , email = " dl_oss_dev@linecorp.com" }]
99classifiers = [
1010 " Environment :: Web Environment" ,
You can’t perform that action at this time.
0 commit comments