diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5ee10..1967a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.2.0] - 2026-03-29 + +### Features + +- [**breaking**] Add list subcommand and XDG-based config discovery + + + ## [0.1.6] - 2026-03-29 diff --git a/Cargo.lock b/Cargo.lock index 49a2a43..6b6bb13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2733,7 +2733,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "valheim-mod-manager" -version = "0.1.6" +version = "0.2.0" dependencies = [ "bincode", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 85fb51f..80aa120 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "valheim-mod-manager" -version = "0.1.6" +version = "0.2.0" edition = "2024" description = "Mod manager for Valheim game" authors = ["Endoze ", "LinkTheDot "]