diff --git a/.changes/main-release-orchestration.changed.md b/.changes/main-release-orchestration.changed.md deleted file mode 100644 index cfe51ee..0000000 --- a/.changes/main-release-orchestration.changed.md +++ /dev/null @@ -1 +0,0 @@ -Protected-main releases now start directly from the admitted main push instead of rerunning pull-request CI first. diff --git a/CHANGELOG.md b/CHANGELOG.md index c91885a..0283039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Core release notes start from the current `0.1.1` baseline. Earlier repository h +## 0.1.4 - 2026-09-01 + +### Changed + +- Protected-main releases now start directly from the admitted main push instead of rerunning pull-request CI first. (#main-release-orchestration) + + ## 0.1.3 - 2026-09-01 ### Changed diff --git a/pyproject.toml b/pyproject.toml index c62c79a..bffda11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "inkcre-core" -version = "0.1.3" +version = "0.1.4" description = "Backend of InKCre." authors = [{ name = "Lan_zhijiang", email = "lanzhijiang@foxmail.com" }] readme = "README.md"