diff --git a/CHANGELOG.md b/CHANGELOG.md index 42e098b..492d6e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/LunchTimeCode/me/compare/v0.3.0...v0.3.1) (2024-12-31) + + +### Bug Fixes + +* typo ([27eb2f0](https://github.com/LunchTimeCode/me/commit/27eb2f025ee64f073ee8e3bcb9a5687bb3883d33)) + ## [0.3.0](https://github.com/LunchTimeCode/me/compare/v0.2.1...v0.3.0) (2024-12-30) diff --git a/Cargo.lock b/Cargo.lock index aef98eb..01616d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "me" -version = "0.3.0" +version = "0.3.1" dependencies = [ "charming", "maud", diff --git a/Cargo.toml b/Cargo.toml index 8110030..cc7f8f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "me" -version = "0.3.0" +version = "0.3.1" edition = "2021" [dependencies]