From 5d576717f368d2c758369bd1876247a8589d83a0 Mon Sep 17 00:00:00 2001 From: wcampbell Date: Fri, 11 Feb 2022 06:17:39 -0500 Subject: [PATCH] chore: update readme/changelog --- CHANGELOG.md | 4 ++++ README.md | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfceaf5..aa6b596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +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.5.0] 2022-02-11 - Support Multi SDRs with the help of soapysdr: [!10](https://github.com/rsadsb/dump1090_rs/pull/10) - Add CI builds for releases +- Docker images for cross compiling are available at [hub.docker](https://hub.docker.com/r/rsadsb/ci/tags). +- Binaries are available in Github Releases from the CI. ## [v0.4.0] 2021-12-08 - 9% speed increases in benchmarks. diff --git a/README.md b/README.md index 6b9822b..65192ec 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ Demodulate a ADS-B signal from a software defined radio device tuned at 1090mhz and forward the bytes to applications such as [adsb_deku/radar](https://github.com/rsadsb/adsb_deku). -See [rsadsb-blog](https://rsadsb.github.io/) for release details. +See [quistart-guide](https://rsadsb.github.io/quickstart.html) for a quick installation guide. + +See [rsadsb-blog](https://rsadsb.github.io/v0.5.0.html) for latest release details. ## Tested Support