From 823e08e0d438d42fa2a4dd64223ee95b3cdac443 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 5 Jul 2023 08:58:04 +0200 Subject: [PATCH] Release: bump version to 0.8.2 This is intended to release the fix for variant weighting that we recently introduced. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6e9d00..ab5854d 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.8.1" +version = "0.8.2" [badges] [badges.maintenance]