From fa27407549dcea69603e28eab832ceffaea9e852 Mon Sep 17 00:00:00 2001 From: Silen Locatelli <88315530+SilenLoc@users.noreply.github.com> Date: Wed, 1 Apr 2026 20:54:51 +0200 Subject: [PATCH] chore(main): release 0.4.7 --- 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 f881416..5ade1a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.7](https://github.com/LunchTimeCode/me/compare/v0.4.6...v0.4.7) (2026-04-01) + + +### Bug Fixes + +* port ([0ca90b9](https://github.com/LunchTimeCode/me/commit/0ca90b9e254f1edab431f6f4756d98078c80e28c)) + ## [0.4.6](https://github.com/LunchTimeCode/me/compare/v0.4.5...v0.4.6) (2026-04-01) diff --git a/Cargo.lock b/Cargo.lock index 63fb315..0f5eca3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "me" -version = "0.4.6" +version = "0.4.7" dependencies = [ "charming", "include_directory", diff --git a/Cargo.toml b/Cargo.toml index 5866f13..830ba66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "me" -version = "0.4.6" +version = "0.4.7" edition = "2021" [dependencies]