Skip to content

Commit

Permalink
Merge pull request #130 from rsadsb/several-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a authored Sep 2, 2024
2 parents 482c4ca + 11d244b commit 5b9afe8
Show file tree
Hide file tree
Showing 13 changed files with 521 additions and 332 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
toolchain:
- stable
# msrv
- 1.70.0
- 1.74.0

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [v0.8.0] 2024-09-02
- Update MSRV to `1.74` to [!130](https://github.com/rsadsb/dump1090_rs/pull/130)
- Properly decode short ADSB messages, thanks [@gariac](https://github.com/gariac) for finding. [!130](https://github.com/rsadsb/dump1090_rs/pull/130)
- Add `--quiet` to remove hex output of decoded message bytes [!130](https://github.com/rsadsb/dump1090_rs/pull/130)

## [v0.7.1] 2024-02-10
- Add `--driver-extra` to specify additional sopaysdr device options [!108](https://github.com/rsadsb/dump1090_rs/pull/108)

Expand Down
Loading

0 comments on commit 5b9afe8

Please sign in to comment.