diff --git a/CHANGELOG.md b/CHANGELOG.md index c344c2d..5f4ce91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ +# [cepler release v0.1.1](https://github.com/bodymindarts/cepler/releases/tag/v0.1.1) + +- Report `crate_version` on stderr in concourse operations +- Add `ls` command - `cepler ls -e ` lists all files tracked by the current config. + # [cepler release v0.1.0](https://github.com/bodymindarts/cepler/releases/tag/v0.1.0) Initial release of cepler - the Capricious Environment Propagate(l)er Alpha software! Please look at the [README](./README.md) and the `cepler help [sub]` command. - - diff --git a/Cargo.lock b/Cargo.lock index deb2aee..ed99cf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "cepler" -version = "0.1.1-dev" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index e7aad82..4524ab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cepler" -version = "0.1.1-dev" +version = "0.1.1" authors = ["Justin Carter "] edition = "2018" license = "MIT" diff --git a/ci/release_notes.md b/ci/release_notes.md index 3e3e870..4087d99 100644 --- a/ci/release_notes.md +++ b/ci/release_notes.md @@ -1,2 +1 @@ -- Report `crate_version` on stderr in concourse operations -- Add `ls` command - `cepler ls -e ` lists all files tracked by the current config. +Empty - please add release notes here