diff --git a/CHANGELOG.md b/CHANGELOG.md index e07093a..bf5f82e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [0.3.0] - 2020-11-14 ### Added - `GEMINI_MIME_STR`, the `&str` representation of the Gemini MIME - `Meta::new_lossy`, constructor that never fails diff --git a/Cargo.toml b/Cargo.toml index 7643e4a..b2ea643 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "northstar" -version = "0.2.0" +version = "0.3.0" authors = ["panicbit "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index 72fca50..f17d258 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the latest version of northstar to your `Cargo.toml`. ## Manually ```toml -northstar = "0.2.0" # check crates.io for the latest version +northstar = "0.3.0" # check crates.io for the latest version ``` ## Automatically diff --git a/public/README.gemini b/public/README.gemini index 41d5d93..9de0018 100644 --- a/public/README.gemini +++ b/public/README.gemini @@ -16,7 +16,7 @@ Add the latest version of northstar to your `Cargo.toml`. ## Manually ```toml -northstar = "0.2.0" # check crates.io for the latest version +northstar = "0.3.0" # check crates.io for the latest version ``` ## Automatically