Skip to content

Commit

Permalink
chore: update to v0.5.1, add to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Feb 13, 2022
1 parent 9b8f302 commit c1291a3
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 20 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.5.1] 2022-02-13

### radar
- fix: Swap Airplanes table "Latitude" and "Longitude", found by reddit user @BanksOfTheOuchita ([!111](https://github.com/rsadsb/adsb_deku/pull/111))

## [v0.5.0] 2022-02-12
### adsb_deku
- refactor: improve `fmt::Display` of `ControlField`
Expand Down
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsadsb_apps"
version = "0.5.0"
version = "0.5.1"
license = "MIT"
edition = "2021"
rust-version = "1.58.1"
Expand Down
2 changes: 1 addition & 1 deletion libadsb_deku/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adsb_deku"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "MIT"
description = "Decoder for ADS-B(Automatic Depedent Surveillance-Broadcast) - written with deku"
Expand Down

0 comments on commit c1291a3

Please sign in to comment.