Skip to content

Commit 5b9afe8

Browse files
Merge pull request #130 from rsadsb/several-fixes
2 parents 482c4ca + 11d244b commit 5b9afe8

File tree

13 files changed

+521
-332
lines changed

13 files changed

+521
-332
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
toolchain:
2323
- stable
2424
# msrv
25-
- 1.70.0
25+
- 1.74.0
2626

2727
steps:
2828
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
## [v0.8.0] 2024-09-02
10+
- Update MSRV to `1.74` to [!130](https://github.com/rsadsb/dump1090_rs/pull/130)
11+
- Properly decode short ADSB messages, thanks [@gariac](https://github.com/gariac) for finding. [!130](https://github.com/rsadsb/dump1090_rs/pull/130)
12+
- Add `--quiet` to remove hex output of decoded message bytes [!130](https://github.com/rsadsb/dump1090_rs/pull/130)
13+
814
## [v0.7.1] 2024-02-10
915
- Add `--driver-extra` to specify additional sopaysdr device options [!108](https://github.com/rsadsb/dump1090_rs/pull/108)
1016

0 commit comments

Comments
 (0)