From: Yann Dirson Date: Mon, 29 Jan 2024 10:13:14 +0000 (+0100) Subject: Bump version to 0.5.0-dev X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0299022e52d5bf4bfdbad08384bbf9f4339f2218;p=xen-guest-agent.git Bump version to 0.5.0-dev Signed-off-by: Yann Dirson --- diff --git a/CHANGELOG.md b/CHANGELOG.md index d60ab79..33fb9de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ The format is (loosely) based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## 0.5.0 - unreleased + ## 0.4.0 - 2024-01-29 ### new features diff --git a/Cargo.lock b/Cargo.lock index cb6be08..2972fdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1318,7 +1318,7 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "xen-guest-agent" -version = "0.4.0" +version = "0.5.0-dev" dependencies = [ "async-stream", "clap", diff --git a/Cargo.toml b/Cargo.toml index 53be55a..7ce215b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xen-guest-agent" -version = "0.4.0" +version = "0.5.0-dev" authors = ["Yann Dirson "] edition = "2018" rust-version = "1.64"