bump crate version to 0.3.0

This commit is contained in:
panicbit 2020-11-14 04:50:36 +01:00
parent a9e3950a73
commit 5924c684f8
4 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
[package]
name = "northstar"
version = "0.2.0"
version = "0.3.0"
authors = ["panicbit <panicbit.dev@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"

View file

@ -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

View file

@ -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