[READ-ONLY] Mirror of https://github.com/probablykasper/csv-pipeline.
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump version

Kasper (Jan 11, 2023, 4:17 PM +0100) ff016049 8628a057

+4 -3
+2 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 0.2.0 - 2023 Jan 11 4 4 - Add `Target` struct helper for creating targets, and hide the targets in the `target` module. 5 5 - Publish `Transform` trait 6 + - Add `sum` transformer 6 7 7 8 ## 0.1.0 - 2023 Jan 11 8 9 - Initial release
+1 -1
Cargo.lock
··· 38 38 39 39 [[package]] 40 40 name = "csv-pipeline" 41 - version = "0.1.0" 41 + version = "0.2.0" 42 42 dependencies = [ 43 43 "csv", 44 44 ]
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "csv-pipeline" 3 - version = "0.1.0" 3 + version = "0.2.0" 4 4 description = "CSV processing library" 5 5 authors = ["Kasper Henningsen"] 6 6 edition = "2021"