Skip to content

Commit

Permalink
Merge pull request #237 from arkedge/feature/release-v4.0.2
Browse files Browse the repository at this point in the history
[stable-4.0] Update version (v4.0.2)
  • Loading branch information
sksat authored Dec 19, 2023
2 parents c307ca6 + d78567b commit ee212fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

注意: これは既存の C2A core update の「リリースの間の Pull Request を眺めてなんとなく察する」という曖昧な操作を緩和していくための試みであり,C2A user に対するお知らせを行う場として使っていくことを意図しています.初めから c2a-core の全変更を取り扱うと不必要に煩雑になるだけになってしまうため,完全な変更内容の一覧についてはこれまで通り [GitHub Releases](https://github.com/arkedge/c2a-core/releases) などから参照してください.

## v4.0.2 (2023-12-19)

v4.0 系の最初のメンテナンスのためのリリース.
このようなメンテナンスのためのリリースは v4.1.0/[#201](https://github.com/arkedge/c2a-core/pull/201) でのリリースルールの変更によって可能となったが,v4.0 系でもこのバージョン以降は例外的に新たなリリースルールに則ってメンテナンスを行えるものとする.

### Fixed

- [ut-issl/c2a-core v3.10.1](https://github.com/ut-issl/c2a-core/releases/tag/v3.10.1) からの backport
- [#236](https://github.com/arkedge/c2a-core/pull/236): [stable-4.0] backport PL_BC_LIST_CLEARED を level high で EL 登録する


## v4.0.1 (2023-11-09)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "4.0.1"
version = "4.0.2"

[workspace]
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion c2a_core_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void C2A_core_main(void);
// 詳細: docs/general/release.md
#define C2A_CORE_VER_MAJOR (4)
#define C2A_CORE_VER_MINOR (0)
#define C2A_CORE_VER_PATCH (1)
#define C2A_CORE_VER_PATCH (2)
#define C2A_CORE_VER_PRE ("")

#endif

0 comments on commit ee212fc

Please sign in to comment.