diff --git a/CHANGELOG.md b/CHANGELOG.md index 8908caf..f5c58bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.3](https://github.com/LunchTimeCode/me/compare/v0.4.2...v0.4.3) (2025-02-26) + + +### Bug Fixes + +* typo ([790228e](https://github.com/LunchTimeCode/me/commit/790228ef7448e2e7f2d3da7d78888c484178ac72)) + ## [0.4.2](https://github.com/LunchTimeCode/me/compare/v0.4.1...v0.4.2) (2025-02-26) diff --git a/Cargo.lock b/Cargo.lock index fcaa046..90b82c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "me" -version = "0.4.2" +version = "0.4.3" dependencies = [ "charming", "include_directory", diff --git a/Cargo.toml b/Cargo.toml index 12e2fee..09f700b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "me" -version = "0.4.2" +version = "0.4.3" edition = "2021" [dependencies]