Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marijncv authored and cmpadden committed Dec 12, 2024
1 parent eb73e89 commit 6cbc8ee
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
## [UNRELEASED]

### Added
- (pull/25) Use `cargo nextest` for GitHub CI jobs
- (pull/22) Added `Default` implementation for `PipesContextData`
- (pull/14) Derived `PartialEq` for all types generated by `quicktype`
- (pull/14) Fixed failing unit tests in `context_loader.rs`
- (pull/14) Renamed `ParamsLoader` and `ContextLoader` traits to `LoadParams` and `LoadContext` respectively
- (pull/20) Added `FileChannel`, `StreamChannel`, `BufferedStreamChannel` implementing `MessageWriterChannel`
- (pull/20) Added a simplified `PipesDefaultMessageWriter` implementing `MessageWriter`
- (pull/20) Defined `MessageWriter` and the associated `MessageWriterChannel` traits
- (pull/14) Derived `PartialEq` for all types generated by `quicktype`
- (pull/14) Renamed `ParamsLoader` and `ContextLoader` traits to `LoadParams` and `LoadContext` respectively
- (pull/14) Fixed failing unit tests in `context_loader.rs`
- (pull/22) Added `Default` implementation for `PipesContextData`
- (pull/25) Use `cargo nextest` for GitHub CI jobs
- (pull/26) Adds the use of `PipesMetadataValue` when logging asset/check materializations
- (pull/9) Handle errors for `ParamsLoader` and `ContextLoader` implementations

## 0.1.6
Expand Down

0 comments on commit 6cbc8ee

Please sign in to comment.