diff --git a/CHANGELOG.md b/CHANGELOG.md index 29a584e..4056b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.9.5-beta] - 2021-07-07 ### Added - Allow executable probe and shell definitions to also use the `shell` shortcut (instead of specifying a command). - Add `restart daemon` shortcut for restarting the daemon diff --git a/Cargo.lock b/Cargo.lock index 4508848..3eba8cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,7 +234,7 @@ checksum = "ad1f8e949d755f9d79112b5bb46938e0ef9d3804a0b16dfab13aafcaa5f0fa72" [[package]] name = "cartel" -version = "0.9.4" +version = "0.9.5" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0ca5911..e98abad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cartel" -version = "0.9.4" +version = "0.9.5" authors = ["xdrop "] edition = "2018" diff --git a/VERSION b/VERSION index a602fc9..b0bb878 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.4 +0.9.5