From 0cd4cd5279f87a406ce0d78d8e3b8bd83c10a79c Mon Sep 17 00:00:00 2001 From: Callum Leslie Date: Thu, 4 Sep 2025 09:39:33 +0100 Subject: [PATCH] chore: release v0.0.2 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2341b5e..25e85a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). ## [Unreleased] +## [0.0.2] - 2025-09-04 + +### 🚀 Features + +- Add multiple channel providers ## [0.0.1] - 2025-09-02 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index 560215f..94fe60b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "suck" description = "Suck data up through a channel" authors = ["Callum Leslie "] -version = "0.0.1" +version = "0.0.2" edition = "2024" documentation = "https://docs.rs/suck" homepage = "https://github.com/callumio/suck"