bump crate version to 0.3.0
This commit is contained in:
parent
a9e3950a73
commit
5924c684f8
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue