Skip to content

Commit

Permalink
Merge pull request #183 from arkedge/feature/release-v4.0.1
Browse files Browse the repository at this point in the history
Update version (v4.0.1)
  • Loading branch information
sksat authored Nov 9, 2023
2 parents 2a03cbb + a3f875a commit 4a8177a
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.1 (2023-11-09)

### Fixed

- [#180](https://github.com/arkedge/c2a-core/pull/180): Refactor v4 IfWrapper migration script
- [#182](https://github.com/arkedge/c2a-core/pull/182): Refactor v4 migration script

### Internal

- [#185](https://github.com/arkedge/c2a-core/pull/185): Add Gaia label

## v4.0.0 (2023-11-02)

[arkedge/c2a-core](https://github.com/arkedge/c2a-core) v4.0.0 は ArkEdge Space Inc. による C2A の先行開発のための [ut-issl/c2a-core](https://github.com/ut-issl/c2a-core) の fork 後最初のリリースとなる.
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.0"
version = "4.0.1"

[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 (0)
#define C2A_CORE_VER_PATCH (1)
#define C2A_CORE_VER_PRE ("")

#endif

0 comments on commit 4a8177a

Please sign in to comment.