mirror of
https://github.com/callumio/suck.git
synced 2025-12-17 03:29:21 +00:00
Merge 4cd5c65ea5 into 4c13facc96
This commit is contained in:
commit
dc8540b79a
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
## [0.0.3] - 2025-10-14
|
||||||
|
|
||||||
|
### 🚀 Features
|
||||||
|
|
||||||
|
- Remove closed flag from ChannelState
|
||||||
|
- Add internal constructor for `Sucker`/`Sourcer`
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- Correct toolchain in flake
|
||||||
## [0.0.2] - 2025-09-04
|
## [0.0.2] - 2025-09-04
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue