chore: release v0.0.1

This commit is contained in:
Callum Leslie 2025-09-02 22:10:02 +01:00 committed by GitHub
parent 2e945b032e
commit a1e69104c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 38 additions and 1 deletions

37
CHANGELOG.md Normal file
View file

@ -0,0 +1,37 @@
# 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
### 🧪 Testing
- Add basic tests for synchronous channel
### ⚙️ Miscellaneous Tasks
- Add metadata to Cargo.toml