From e3ba1d71892a3514ba709529b2f98f9f604d2319 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Fri, 15 Mar 2024 08:49:17 +0100 Subject: [PATCH] release: bump version to 0.10.2 Includes the fix for allowing trailing slashes in URLs. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4627224..8bac201 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.10.1" +version = "0.10.2" [badges] [badges.maintenance]