From 017c6597261ff6532b6dae15706299b8efb78f74 Mon Sep 17 00:00:00 2001 From: Silen Locatelli <88315530+SilenLoc@users.noreply.github.com> Date: Tue, 31 Dec 2024 12:09:41 +0100 Subject: [PATCH] chore(main): release 0.3.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 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]