diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a13969..5de468f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## v[0.2.1] + +### Fixed + +- fixed a bug where custom openmw cfg was not used + ## v[0.2.0] ### Added diff --git a/Cargo.lock b/Cargo.lock index d619670..e68045c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1800,7 +1800,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "plox" -version = "0.2.0" +version = "0.2.1" dependencies = [ "byteorder", "clap", @@ -1823,7 +1823,7 @@ dependencies = [ [[package]] name = "plox_gui" -version = "0.2.0" +version = "0.2.1" dependencies = [ "byteorder", "eframe", diff --git a/Cargo.toml b/Cargo.toml index 05675d2..41646de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] name = "plox" -version = "0.2.0" +version = "0.2.1" authors = ["Moritz Baron"] description = "PLOX - Plugin Load Order eXpert. PLOX is a tool for analyzing and sorting your plugin load order. Supports Morrowind, OpenMW and Cyberpunk" documentation = ""