diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c58bc..6ecd93b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.4](https://github.com/LunchTimeCode/me/compare/v0.4.3...v0.4.4) (2025-11-08) + + +### Bug Fixes + +* remove unused assets ([47fb5a9](https://github.com/LunchTimeCode/me/commit/47fb5a9a0d00adec61fd6dbfeafbb4f582932c69)) + ## [0.4.3](https://github.com/LunchTimeCode/me/compare/v0.4.2...v0.4.3) (2025-02-26) diff --git a/Cargo.lock b/Cargo.lock index 90b82c8..ab82ba8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "me" -version = "0.4.3" +version = "0.4.4" dependencies = [ "charming", "include_directory", diff --git a/Cargo.toml b/Cargo.toml index 09f700b..7ca785e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "me" -version = "0.4.3" +version = "0.4.4" edition = "2021" [dependencies]