File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # v0.71.0 - 2025-07-02
4+
5+ - [ BUGFIX] Add missing opening div tag #621
6+ - [ IMPROVEMENT] Sort the Farm's sources on the Project Detail page #618
7+ - [ IMPROVEMENT] Organize the Project Detail Page with Tabs #617
8+ - [ IMPROVEMENT] Move buttons to Rule Detail page from Rule Update page #619
9+ - [ BUGFIX] Make notifier's filters not editable if 'show_edit' is false #616
10+ - [ SECURITY] Not provide query results when testing Rule #614
11+ - [ BUGFIX] Fix error messages showed when testing a site rule #615
12+ - [ BUGFIX] Remove empty row when registering a new project #613
13+ - [ BUGFIX] Fix shard unchecked when updating a project with an invalid form #612
14+ - [ BUGFIX] Fix the breadcrumb of the Service Update page #611
15+ - [ BUGFIX] Global messages: Use the right CSS class for errors #610
16+ - [ IMPROVEMENT] Python files cleanup #609
17+ - [ IMPROVEMENT] Align the form field with its label #608
18+
319# v0.70.0 - 2025-06-04
420
521- [ IMPROVEMENT] Make owner fields not nullable #581
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.71.0.dev "
7+ version = " 0.71.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