From a810f643805dcab2eadad21f8114b6d15efe2628 Mon Sep 17 00:00:00 2001 From: Silen Locatelli <88315530+SilenLoc@users.noreply.github.com> Date: Wed, 1 Jan 2025 20:25:56 +0100 Subject: [PATCH] chore(main): release 0.4.1 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a42457a..4775c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/LunchTimeCode/me/compare/v0.4.0...v0.4.1) (2025-01-01) + + +### Bug Fixes + +* mobile responsive ([276986e](https://github.com/LunchTimeCode/me/commit/276986eaadf88cfa5e73fdbe8c20c8989a563199)) + ## [0.4.0](https://github.com/LunchTimeCode/me/compare/v0.3.1...v0.4.0) (2025-01-01) diff --git a/Cargo.lock b/Cargo.lock index a9c39b3..cea87df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "me" -version = "0.4.0" +version = "0.4.1" dependencies = [ "charming", "maud", diff --git a/Cargo.toml b/Cargo.toml index 52e5bab..5386f04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "me" -version = "0.4.0" +version = "0.4.1" edition = "2021" [dependencies]