Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Jul 2, 2023
1 parent b51d27e commit c133b7f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,13 @@ nuspecファイルを使ってパッケージを生成する場合は、デフ

## 履歴

* 3.0.0:
* マルチブランチ追跡アナライザーを実装しました。
これまでは、プライマリブランチから順に過去のコミットを検索して、最初に見つかったバージョン番号を元に決定していましたが、
関係のある全てのブランチで最も大きいバージョン番号を自動的に検出するようになります。
最後の最大バージョンを手動で検索しなくても、正しいバージョンを自動的に判別します。
(この変更による、特別なアクションは必要ありません)
* GitReaderを1.1.0に上げました。
* 2.16.0:
* 初期化されていない Git リポジトリで NRE が発生する問題を修正。
* 2.15.0:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,13 @@ When you are using a nuspec file to generate a NuGet package, there are addition

## History

* 3.0.0:
* A multi-branch tracking analyzer has been implemented.
Previously, it searched past commits in order from the primary branch and determined the version number based on the first version number found.
Now automatically find the largest version number in all branches involved.
It will automatically determine the correct version without having to manually search for the last largest version number.
(No special action is required for this change.)
* GitReader has been raised to 1.1.0.
* 2.16.0:
* Fixed causing NRE on uninitialized git repository.
* 2.15.0:
Expand Down

0 comments on commit c133b7f

Please sign in to comment.