diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de468f..94455b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## v[0.2.2] + +### Fixed + +- Add omwgame support #22 +- Add omwscripts support #24 +- fixed plugin references log output as info + ## v[0.2.1] ### Fixed diff --git a/Cargo.lock b/Cargo.lock index e68045c..d96525b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1800,7 +1800,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "plox" -version = "0.2.1" +version = "0.2.2" dependencies = [ "byteorder", "clap", @@ -1823,7 +1823,7 @@ dependencies = [ [[package]] name = "plox_gui" -version = "0.2.1" +version = "0.2.2" dependencies = [ "byteorder", "eframe", diff --git a/Cargo.toml b/Cargo.toml index 41646de..f1a2ddd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] name = "plox" -version = "0.2.1" +version = "0.2.2" 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 = ""