diff --git a/CHANGELOG.md b/CHANGELOG.md index 844ca8b..3dfcbe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= + +[v0.0.3] - 2020-3-18 +-------------------- + +### Misc +- Fix release process issues (#264) + + [v0.0.2] - 2020-3-18 -------------------- diff --git a/Cargo.lock b/Cargo.lock index 065863e..fb2b77c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -316,7 +316,7 @@ dependencies = [ [[package]] name = "imdl" -version = "0.0.2" +version = "0.0.3" dependencies = [ "ansi_term 0.12.1", "atty", diff --git a/Cargo.toml b/Cargo.toml index 7a94ee9..4d42904 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] license = "CC0-1.0"