From 4f70f90d2bf7e3f709eefa3d28fa0aab443659f9 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Fri, 30 Sep 2022 16:44:16 -0400 Subject: [PATCH] Bump version to 0.4.0 Minor version change for the breaking change in the public API of Plugin (now uses HashSet instead of Vec for cells and worlds). --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57518ae..ea19767 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,7 +241,7 @@ dependencies = [ [[package]] name = "skyrim-cell-dump" -version = "0.3.4" +version = "0.4.0" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 48ff168..ea41bf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skyrim-cell-dump" -version = "0.3.4" +version = "0.4.0" edition = "2018" authors = ["Tyler Hallada "] description = "Library and binary for parsing Skyrim plugin files and extracting CELL data"