diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b0d9e..1973595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [cepler release v0.6.0](https://github.com/bodymindarts/cepler/releases/tag/v0.6.0) + +## Features + +- handle optional `environment:` param in `put` step +- push to non-existent remote branches + # [cepler release v0.5.0](https://github.com/bodymindarts/cepler/releases/tag/v0.5.0) ## Features diff --git a/Cargo.lock b/Cargo.lock index 227cb18..7a51b35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ dependencies = [ [[package]] name = "cepler" -version = "0.6.0-dev" +version = "0.6.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9da1fab..a33f042 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cepler" -version = "0.6.0-dev" +version = "0.6.0" authors = ["Justin Carter "] edition = "2018" license = "MIT" diff --git a/ci/release_notes.md b/ci/release_notes.md index b6bfeea..4087d99 100644 --- a/ci/release_notes.md +++ b/ci/release_notes.md @@ -1,4 +1 @@ -## Features - -- handle optional `environment:` param in `put` step -- push to non-existent remote branches +Empty - please add release notes here