From cbf1923f098026ef45e1b91246620c17fb9b6f41 Mon Sep 17 00:00:00 2001 From: Marc Plano-Lesay Date: Sat, 3 May 2025 16:27:37 +1000 Subject: [PATCH] chore: Release reddit-magnet version 0.1.1 --- CHANGELOG.md | 10 ++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce54b1..75621e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog -All notable changes to this project will be documented in this file. +## [0.1.1] - 2025-05-03 + +### ⚙️ Miscellaneous Tasks + +- Set up automatic changelog generation + +## [0.1.0] - 2025-05-02 + - diff --git a/Cargo.lock b/Cargo.lock index c42e8a1..d78f27f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1589,7 +1589,7 @@ dependencies = [ [[package]] name = "reddit-magnet" -version = "0.1.0" +version = "0.1.1" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index fff5e5a..454bc95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reddit-magnet" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" description = "Monitor a Reddit user's posts for magnet links"