From d26e7dda73e2a770b78376da974949a758ac40df Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 21 Feb 2023 21:26:49 +0100 Subject: [PATCH] Bump version to clarify that a semver-incompatible change was made PR #92 added a variant to the MessageData enum. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d14581f..a10791f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "epp-client" -version = "0.6.0" +version = "0.7.0" edition = "2021" rust-version = "1.59" license = "MIT"