chore: release v0.0.2

This commit is contained in:
Callum Leslie 2025-09-04 09:42:28 +01:00
parent f3fe41aa82
commit 9843f2904c
2 changed files with 6 additions and 1 deletions

View file

@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [0.0.2] - 2025-09-04
### 🚀 Features
- Add multiple channel providers
## [0.0.1] - 2025-09-02 ## [0.0.1] - 2025-09-02
### 🚀 Features ### 🚀 Features

View file

@ -2,7 +2,7 @@
name = "suck" name = "suck"
description = "Suck data up through a channel" description = "Suck data up through a channel"
authors = ["Callum Leslie <git@cleslie.uk>"] authors = ["Callum Leslie <git@cleslie.uk>"]
version = "0.0.1" version = "0.0.2"
edition = "2024" edition = "2024"
documentation = "https://docs.rs/suck" documentation = "https://docs.rs/suck"
homepage = "https://github.com/callumio/suck" homepage = "https://github.com/callumio/suck"