chore: Release reddit-magnet version 0.1.1
This commit is contained in:
parent
468f9f601b
commit
cbf1923f09
3 changed files with 10 additions and 4 deletions
10
CHANGELOG.md
10
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
|
||||
|
||||
|
||||
<!-- generated by git-cliff -->
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1589,7 +1589,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reddit-magnet"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"chrono",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue