From 3a3eb1d9a141b6431d95178ef157c455715675d9 Mon Sep 17 00:00:00 2001 From: Silen Locatelli <88315530+SilenLoc@users.noreply.github.com> Date: Wed, 26 Feb 2025 17:55:52 +0100 Subject: [PATCH] chore(main): release 0.4.2 --- 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 4775c7d..8908caf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/LunchTimeCode/me/compare/v0.4.1...v0.4.2) (2025-02-26) + + +### Bug Fixes + +* text ([3ff00f4](https://github.com/LunchTimeCode/me/commit/3ff00f4f25735fdf14e95e923c13c324a391cbde)) + ## [0.4.1](https://github.com/LunchTimeCode/me/compare/v0.4.0...v0.4.1) (2025-01-01) diff --git a/Cargo.lock b/Cargo.lock index a570e31..fcaa046 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "me" -version = "0.4.1" +version = "0.4.2" dependencies = [ "charming", "include_directory", diff --git a/Cargo.toml b/Cargo.toml index 7cbbcb1..12e2fee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "me" -version = "0.4.1" +version = "0.4.2" edition = "2021" [dependencies]