Release v0.0.3

- Bump version: `0.0.2` -> `0.0.3`
- Update changelog

type: release
This commit is contained in:
Casey Rodarmor 2020-03-18 07:56:42 -07:00
parent 86aeec3ce9
commit 5d4baa22ea
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
Changelog
=========
[v0.0.3] - 2020-3-18
--------------------
### Misc
- Fix release process issues (#264)
[v0.0.2] - 2020-3-18
--------------------

2
Cargo.lock generated
View File

@ -316,7 +316,7 @@ dependencies = [
[[package]]
name = "imdl"
version = "0.0.2"
version = "0.0.3"
dependencies = [
"ansi_term 0.12.1",
"atty",

View File

@ -1,6 +1,6 @@
[package]
name = "imdl"
version = "0.0.2"
version = "0.0.3"
description = "📦 A 40' shipping container for the internet"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "CC0-1.0"