Skip to content

Commit eaa3177

Browse files
Release 0.71.0
1 parent 4a1931a commit eaa3177

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

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

0 commit comments

Comments
 (0)