diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ecd93b..97e1896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.5](https://github.com/LunchTimeCode/me/compare/v0.4.4...v0.4.5) (2025-11-18) + + +### Bug Fixes + +* robot.txt ([b2eccb1](https://github.com/LunchTimeCode/me/commit/b2eccb1e2c65ff03b8678986e2f5740f742eb441)) + ## [0.4.4](https://github.com/LunchTimeCode/me/compare/v0.4.3...v0.4.4) (2025-11-08) diff --git a/Cargo.lock b/Cargo.lock index ab82ba8..6763f42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "me" -version = "0.4.4" +version = "0.4.5" dependencies = [ "charming", "include_directory", diff --git a/Cargo.toml b/Cargo.toml index 7ca785e..67b70c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "me" -version = "0.4.4" +version = "0.4.5" edition = "2021" [dependencies]