mirror of
https://github.com/callumio/suck.git
synced 2025-12-17 03:29:21 +00:00
chore: release v0.0.1
This commit is contained in:
parent
fa00c45180
commit
cf823b4a2f
2 changed files with 39 additions and 1 deletions
38
CHANGELOG.md
Normal file
38
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
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.1] - 2025-09-02
|
||||||
|
|
||||||
|
### 🚀 Features
|
||||||
|
|
||||||
|
- Add error types
|
||||||
|
- Add message types to be sent over channels
|
||||||
|
- Add initial synchronous channel implementation
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- Rename error to be more descriptive
|
||||||
|
- Implement error for error types
|
||||||
|
|
||||||
|
### 💼 Other
|
||||||
|
|
||||||
|
- Typo
|
||||||
|
|
||||||
|
### 📚 Documentation
|
||||||
|
|
||||||
|
- Populate README
|
||||||
|
- Reorganise README
|
||||||
|
- Add instability warning
|
||||||
|
|
||||||
|
### 🧪 Testing
|
||||||
|
|
||||||
|
- Add basic tests for synchronous channel
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- Add metadata to Cargo.toml
|
||||||
|
|
@ -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.0"
|
version = "0.0.1"
|
||||||
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