chore: add missing changelog entries

This commit is contained in:
daimond113 2024-11-11 13:27:56 +01:00
parent b180bea063
commit dca495a467
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Switched to fs-err for better errors with file system operations by @daimond113
- Use body bytes over multipart for publishing packages by @daimond113
### Performance
- Switch to async Rust by @daimond113
## [0.5.0-rc.7] - 2024-10-30
### Added