From 7fc152d86f732326fd0d419643ccf36ed41515d5 Mon Sep 17 00:00:00 2001 From: wcampbell Date: Wed, 8 Dec 2021 22:34:26 -0500 Subject: [PATCH] Release v0.4.0 --- CHANGELOG.md | 2 ++ apps/Cargo.toml | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11058fd..554556b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `adsb_deku` follows semvar when versioning, but apps are not required to follow the semvar convention. ## [Unreleased] + +## [v0.4.0] 2021-12-08 ### adsb_deku - Add `AircraftStatusType::ACASRaBroadcast` - Add `OperationStatus::Reserved` diff --git a/apps/Cargo.toml b/apps/Cargo.toml index a2843e3..1899935 100644 --- a/apps/Cargo.toml +++ b/apps/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "apps" version = "0.4.0" +license = "MIT" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html