From 46c72410afb8b76289d23eb1cfdf4d31ad00faaf Mon Sep 17 00:00:00 2001 From: Callum Leslie Date: Sun, 11 Jan 2026 10:49:37 +0000 Subject: [PATCH] chore: release v0.0.3 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e85a7..038967e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ 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.3] - 2026-01-11 + +### 🚀 Features + +- Remove closed flag from ChannelState +- Add internal constructor for `Sucker`/`Sourcer` + +### 🐛 Bug Fixes + +- Correct toolchain in flake ## [0.0.2] - 2025-09-04 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index a4277f3..db5ff2d 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.2" +version = "0.0.3" edition = "2024" documentation = "https://docs.rs/suck" homepage = "https://github.com/callumio/suck"