From e686131a5e2e744ef01f82e7b367003cd4a5b42f Mon Sep 17 00:00:00 2001 From: ZSchoen Date: Sat, 9 Dec 2023 11:12:13 +0100 Subject: [PATCH] v0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d564a6..4d1bb42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "path_ratchet" -version = "0.2.0" +version = "0.3.0" diff --git a/Cargo.toml b/Cargo.toml index 68d6df1..784b58e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "path_ratchet" authors = ["zSchoen "] -version = "0.2.0" +version = "0.3.0" license = "LGPL-3.0-only" edition = "2021" description = "Prevent path traversal attacks at type level"