From aff585edade2a0e0dc968f714f1d2268f6900dbe Mon Sep 17 00:00:00 2001 From: hgrsd Date: Tue, 2 Apr 2024 16:54:29 +0100 Subject: [PATCH] version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d024d3d..f265611 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ checksum = "b6e854126756c496b8c81dec88f9a706b15b875c5849d4097a3854476b9fdf94" [[package]] name = "drivel" -version = "0.1.4" +version = "0.1.5" dependencies = [ "chrono", "fake", diff --git a/Cargo.toml b/Cargo.toml index e455af7..9a2eb08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "drivel" description = "Infer a schema from JSON input, and generate synthetic data based on the inferred schema." license = "MIT" authors = ["Daniƫl Hogers "] -version = "0.1.4" +version = "0.1.5" edition = "2021" repository = "https://github.com/hgrsd/drivel"