From 7a4a0a43d8c46e520886408edaaa7fc29b1395b8 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Thu, 8 Aug 2024 20:20:50 -0400 Subject: [PATCH] Release 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fdf2fde..289d18c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "registry-conformance" -version = "0.5.0" +version = "0.5.1" edition = "2021" license = "MIT OR Apache-2.0"