From 7a4070faed5e19d7475b9179685be1f96d07017c Mon Sep 17 00:00:00 2001 From: Maksym Kulish Date: Mon, 12 Feb 2024 14:14:13 +0200 Subject: [PATCH] Bump version: 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8974a3..396605e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rvcr" -version = "0.1.5" +version = "0.2.0" edition = "2021" description = "Record-and-replay HTTP testing for requests" repository = "https://github.com/ChorusOne/rvcr/"