Skip to content

Commit 5599365

Browse files
Release 0.72.0
1 parent 609cbd2 commit 5599365

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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

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 = "promgen"
7-
version = "0.72.0.dev"
7+
version = "0.72.0"
88
authors = [{ name = "LINE Corporation", email = "dl_oss_dev@linecorp.com" }]
99
classifiers = [
1010
"Environment :: Web Environment",

0 commit comments

Comments
 (0)