Bump version to 0.16.1-alpha and increment micro version for dev cycle#1583
Merged
Bump version to 0.16.1-alpha and increment micro version for dev cycle#1583
Conversation
開発中のバージョンであることを明確にするため、alpha 版に更新します。 また、バグ修正リリースを想定したバージョニングとして マイクロバージョンを 1 増やします。 JDim 0.16.0 は当初2026年7月のリリースを予定していましたが、 5ちゃんねるのドメイン変更への対応として2026年3月に臨時リリースしました。 このとき開発版は 0.16.0-alpha であったため、バグ修正として 0.15.1 を 採用するとバージョン番号が逆行する問題がありました。 この問題を避けるため、開発版のバージョンを 0.16.1-alpha に更新します。 --- Update version to 0.16.1-alpha to clearly indicate a development build. Increment the micro version as part of an experimental versioning strategy for bugfix releases. Originally, JDim 0.16.0 was planned for release in July 2026. However, due to the 5ch domain migration, it was released early in March 2026 as an emergency bugfix version. At that time, the development version was already 0.16.0-alpha, so using 0.15.1 for the bugfix release would have caused a version regression. To avoid this inconsistency, the development version is updated to 0.16.1-alpha.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
開発中のバージョンであることを明確にするため、alpha 版に更新します。
また、バグ修正リリースを想定したバージョニングとしてマイクロバージョンを 1 増やします。
JDim 0.16.0 は当初2026年7月のリリースを予定していましたが、5ちゃんねるのドメイン変更への対応として2026年3月に臨時リリースしました。
このとき開発版は 0.16.0-alpha であったため、バグ修正として 0.15.1 を採用するとバージョン番号が逆行する問題がありました。
この問題を避けるため、開発版のバージョンを 0.16.1-alpha に更新します。
Update version to 0.16.1-alpha to clearly indicate a development build.
Increment the micro version as part of an experimental versioning strategy for bugfix releases.
Originally, JDim 0.16.0 was planned for release in July 2026. However, due to the 5ch domain migration, it was released early in March 2026 as an emergency bugfix version.
At that time, the development version was already 0.16.0-alpha, so using 0.15.1 for the bugfix release would have caused a version regression.
To avoid this inconsistency, the development version is updated to 0.16.1-alpha.
RFC 0014: alpha タグ導入による開発バージョン管理
RFC 0014では未解決の問題として「現行リリースのバグ修正版をリリースする必要が生じた際はどうするか」を挙げています。
2026-03-16 にリリースしたバージョン0.16.0で問題が顕在化したため、今回は実験的にマイクロバージョンを増やします。