Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.1"
".": "2.0.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.0.2](https://github.com/rosflight/rosflight_firmware/compare/v2.0.1...v2.0.2) (2026-07-18)


### Bug Fixes

* Initialize battery LPF state after params load ([#489](https://github.com/rosflight/rosflight_firmware/issues/489)) ([c3a233b](https://github.com/rosflight/rosflight_firmware/commit/c3a233b8188d4c174b4d838ad886ff09b297a5ee))
* remove exact equality comparison in favor of svd.solve ([#492](https://github.com/rosflight/rosflight_firmware/issues/492)) ([a46527b](https://github.com/rosflight/rosflight_firmware/commit/a46527bd8e49d00a072c7efd7af9dd543910d831))

## [2.0.1](https://github.com/rosflight/rosflight_firmware/compare/v2.0.0...v2.0.1) (2026-03-11)


Expand Down