From 16ec7940d09fa239fe4a2a2f512d7ccde4889cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Mon, 19 Feb 2024 22:23:51 +0545 Subject: [PATCH] release 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21f9751..63d916e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dvc-data" -version = "0.1.1" +version = "0.2.0" edition = "2021" authors = ["Saugat Pachhai"] description = "Pure Rust implementation of DVC"