Skip to content

releases/mcap-cli/v0.0.27

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 22:47
· 249 commits to main since this release
f7ee8b5
fix bad mutation in merge (#839)

**Public-Facing Changes**
Fixed a bug where `mcap merge` would incorrectly change some channels' schemas.
Fixed a bug where `mcap merge` would crash on some input files with schemaless channels (schemaId=0).

**Description**
Fixes #837