chore: release v0.0.3
Some checks failed
CI / Run tests (push) Has been cancelled
CI / Lint (push) Has been cancelled
Release-plz / Release-plz release (push) Has been cancelled
Release-plz / Release-plz PR (push) Has been cancelled

This commit is contained in:
Callum Leslie 2026-03-04 21:11:23 +00:00
parent a8d73eba4b
commit f8effc1d29
2 changed files with 27 additions and 1 deletions

View file

@ -6,6 +6,32 @@ 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.3] - 2026-03-04
### 🚀 Features
- Remove closed flag from ChannelState
- Add internal constructor for `Sucker`/`Sourcer`
- Implement asynchronous channel support with tokio integration
### 🐛 Bug Fixes
- Correct toolchain in flake
### 🚜 Refactor
- Move traits to sync module and update imports
- Reorganize channel modules and implement async/sync structures
### 🧪 Testing
- Set_mut tests
- Increase code coverage of failure paths
### ⚙️ Miscellaneous Tasks
- Remove unused traits module
- Reorganize module exports for async and sync features
## [0.0.2] - 2025-09-04 ## [0.0.2] - 2025-09-04
### 🚀 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.2" version = "0.0.3"
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"