Skip to content

Commit 54c2887

Browse files
chore(main): release 2.0.0 (#479)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1475ded commit 54c2887

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0-beta"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/rosflight/rosflight_firmware/compare/v2.0.0-beta...v2.0.0) (2026-02-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename ARM_CHN parameter
9+
* rename firmware parameters
10+
* board.h functions regarding sonar are renamed.
11+
12+
### Features
13+
14+
* add mag orientation params to firmware ([#476](https://github.com/rosflight/rosflight_firmware/issues/476)) ([2da05c1](https://github.com/rosflight/rosflight_firmware/commit/2da05c1bd158fad0a7d14b69aea49414edd37827))
15+
* change command message to vector from named force-torque values ([71ca9f6](https://github.com/rosflight/rosflight_firmware/commit/71ca9f6038b5deaa4ab58b4248c5da2c8fc55caa))
16+
* rename ARM_CHN to RC_ARM_CHN for consistency ([#484](https://github.com/rosflight/rosflight_firmware/issues/484)) ([7e00236](https://github.com/rosflight/rosflight_firmware/commit/7e00236d4d2eadcd2d03dcf73a1c2563170037ed))
17+
* rename firmware parameters for consistency ([#483](https://github.com/rosflight/rosflight_firmware/issues/483)) ([535be09](https://github.com/rosflight/rosflight_firmware/commit/535be09476f18d38094aec298e24e58d9155464f))
18+
* rename sonar_read in board.h to be range_read ([#480](https://github.com/rosflight/rosflight_firmware/issues/480)) ([7732bb0](https://github.com/rosflight/rosflight_firmware/commit/7732bb07ad0a29e0a7363188ace148593eabb679))
19+
320
## [2.0.0-beta](https://github.com/rosflight/rosflight_firmware/compare/v1.3.1...v2.0.0-beta) (2025-12-13)
421

522

0 commit comments

Comments
 (0)