From 5b008182160433df385cb33d5fd6a1d3794d1252 Mon Sep 17 00:00:00 2001 From: Silen Locatelli <88315530+SilenLoc@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:34:24 +0100 Subject: [PATCH] chore(main): release 0.4.0 --- 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 492d6e2..a42457a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/LunchTimeCode/me/compare/v0.3.1...v0.4.0) (2025-01-01) + + +### Features + +* mobile responsive ([50f7b9f](https://github.com/LunchTimeCode/me/commit/50f7b9f812c5bf13f373c02c5b52977e252e055f)) + ## [0.3.1](https://github.com/LunchTimeCode/me/compare/v0.3.0...v0.3.1) (2024-12-31) diff --git a/Cargo.lock b/Cargo.lock index 01616d2..a9c39b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "me" -version = "0.3.1" +version = "0.4.0" dependencies = [ "charming", "maud", diff --git a/Cargo.toml b/Cargo.toml index cc7f8f6..52e5bab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "me" -version = "0.3.1" +version = "0.4.0" edition = "2021" [dependencies]