diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b207e2..f881416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.6](https://github.com/LunchTimeCode/me/compare/v0.4.5...v0.4.6) (2026-04-01) + + +### Bug Fixes + +* port ([1c154e4](https://github.com/LunchTimeCode/me/commit/1c154e444659dd3d56a7701e0ea2383eaf8175be)) + ## [0.4.5](https://github.com/LunchTimeCode/me/compare/v0.4.4...v0.4.5) (2026-04-01) diff --git a/Cargo.lock b/Cargo.lock index 6763f42..63fb315 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "me" -version = "0.4.5" +version = "0.4.6" dependencies = [ "charming", "include_directory", diff --git a/Cargo.toml b/Cargo.toml index 67b70c7..5866f13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "me" -version = "0.4.5" +version = "0.4.6" edition = "2021" [dependencies]