Skip to content

Commit

Permalink
Merge pull request #228 from arkedge/feature/release-v4.1.0
Browse files Browse the repository at this point in the history
Update version (v4.1.0)
  • Loading branch information
sksat authored Dec 11, 2023
2 parents 8dea4ed + 6cdd409 commit 7bd7a80
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 12 deletions.
43 changes: 34 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,45 @@

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

## v4.1.0 (Unreleased)
## v4.1.0 (2023-12-11)

### Enhancements
### Breaking Changes

- [#214](https://github.com/arkedge/c2a-core/pull/214): CCSDS の主 MOBC 向け Data Link Layer のコードを Core 管理にする
- [#214](https://github.com/arkedge/c2a-core/pull/219): CCSDS の主 MOBC 向け Data Link Layer の SCID をユーザー設定として切り出す
- [#220](https://github.com/arkedge/c2a-core/pull/220): APID の命名規則を策定 (命名規則は `tlm_cmd/common_tlm_cmd_packet.h` を参照)
- [#193](https://github.com/arkedge/c2a-core/pull/193): VCDU を AOS transfer frame に rename する
- [#197](https://github.com/arkedge/c2a-core/pull/197): M_PDU をコード規約に合わせるなどのリファクタ
- [#199](https://github.com/arkedge/c2a-core/pull/199): Drop c2a-core crate links config
- [#201](https://github.com/arkedge/c2a-core/pull/201): Refactor release rule
- [#225](https://github.com/arkedge/c2a-core/pull/225): Space Packet 関連ファイルのディレクトリを変更
- [#214](https://github.com/arkedge/c2a-core/pull/214): CCSDS の主に MOBC 向け Data Link Layer のコードを Core 管理にする
- [#219](https://github.com/arkedge/c2a-core/pull/219): CCSDS data link layer における SCID をユーザー設定として切り出す
- [#220](https://github.com/arkedge/c2a-core/pull/220): APIDの命名規則の更新
- 命名規則は `tlm_cmd/common_tlm_cmd_packet.h` を参照

### Fixed

- [#193](https://github.com/arkedge/c2a-core/pull/193): VCDU を AOS transfer frame に rename する
- [#197](https://github.com/arkedge/c2a-core/pull/197): M_PDU をコード規約に合わせるなどのリファクタ
- [#222](https://github.com/arkedge/c2a-core/pull/222): Add Section 漏れの修正
- [#225](https://github.com/arkedge/c2a-core/pull/225): CCSDS の Space Packet Protocol に関連するコードのディレクトリを移動
- [#188](https://github.com/arkedge/c2a-core/pull/188): [v3.10.1 Backport] PL_BC_LIST_CLEARED を level high で EL 登録する
- [#204](https://github.com/arkedge/c2a-core/pull/204): More match v4.0.0 script migration
- [#205](https://github.com/arkedge/c2a-core/pull/205): Fix v4 applications rename order
- [#206](https://github.com/arkedge/c2a-core/pull/206): More match system migration
- [#211](https://github.com/arkedge/c2a-core/pull/211): Fix v4 system rename typo
- [#212](https://github.com/arkedge/c2a-core/pull/212): More match v4 tlmcmd rename migration
- [#218](https://github.com/arkedge/c2a-core/pull/218): Feedback from v4.0.0 beta.4
- [#223](https://github.com/arkedge/c2a-core/pull/223): Feedback from v4.0.0 beta.5 migration
- [#224](https://github.com/arkedge/c2a-core/pull/224): Feedback from v4.0.0 migration
- [#222](https://github.com/arkedge/c2a-core/pull/222): add section 漏れを修正

### Documentation

- [#215](https://github.com/arkedge/c2a-core/pull/215): Update v4.0.0 migration guide
- [#207](https://github.com/arkedge/c2a-core/pull/207): Move doxygen config to top
- [#208](https://github.com/arkedge/c2a-core/pull/208): Exclude Doxygen stdint_wrapper
- [#209](https://github.com/arkedge/c2a-core/pull/209): Deploy Doxygen generated HTML to GitHub Pages

### Internal

- [#179](https://github.com/arkedge/c2a-core/pull/179): Update Rust crate bindgen to 0.69.1
- [#210](https://github.com/arkedge/c2a-core/pull/210): Update dependency ut-issl/s2e-core to v7.1.0
- [#229](https://github.com/arkedge/c2a-core/pull/229): Run Rust CI on all workspace crates

### Migration Guide
- [#193](https://github.com/arkedge/c2a-core/pull/193): 影響範囲は MOBC のみ
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.1.0"

[workspace]
resolver = "2"
Expand Down
4 changes: 2 additions & 2 deletions c2a_core_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ 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_MINOR (1)
#define C2A_CORE_VER_PATCH (0)
#define C2A_CORE_VER_PRE ("")

#endif

0 comments on commit 7bd7a80

Please sign in to comment.