From 82dc18a8e2daea1d95269b1ca469cd211cb10bd5 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 1 Nov 2023 08:37:29 +0100 Subject: [PATCH] Release: bump version to 0.10.0 This bumps the version of the SDK to 0.10.0, releasing the recent [fix for variant distribution](https://github.com/Unleash/unleash-client-rust/pull/69). Because this changes how the hashing works, it also changes some of the existing results. This requires a minor version update since we're pre-1.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dc9a108..e40502a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ name = "unleash-api-client" readme = "README.md" repository = "https://github.com/cognitedata/unleash-client-rust/" rust-version = "1.59" -version = "0.9.0" +version = "0.10.0" [badges] [badges.maintenance]