Skip to content

Commit

Permalink
Merge pull request #3 from bbaldino/release-plz-2024-10-11T23-04-39Z
Browse files Browse the repository at this point in the history
chore: release v0.1.0
  • Loading branch information
bbaldino authored Oct 11, 2024
2 parents 7ae9df9 + 9e7f756 commit 1790312
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Other

- add description/license
- release
- add gh actions
- change crate name
- add attach_handler method to pipelinebuilder
- update readme with handler implementation examples
- don't make handlers stats producers, do it on the SomeDataHandler enum
- add README
- improve builder syntax
- implement special visitor logic for demuxer
- remove explicit references to 'packet'
- change crate name
- make nodes, etc. generic over the data they handle
- add demuxer
- code cleanup, tweaks
- initial commit

## [0.1.0](https://github.com/bbaldino/data-pipeline/releases/tag/v0.1.0) - 2024-10-11

### Fixed

- fix tests

### Other

- add gh actions
- change crate name
- add attach_handler method to pipelinebuilder
Expand Down

0 comments on commit 1790312

Please sign in to comment.