[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 (May 25, 2023, 8:51 AM +0200) fafd5f08 3aede752

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 0.4.0 - 2023 May 25 4 4 - Changed `from_pipelines` to accept an iterator instead of vector 5 5 - Add `Pipeline::from_rows()` 6 6 - Add `Pipeline::collect_into_rows()`
+1 -1
Cargo.lock
··· 38 38 39 39 [[package]] 40 40 name = "csv-pipeline" 41 - version = "0.3.1" 41 + version = "0.4.0" 42 42 dependencies = [ 43 43 "csv", 44 44 "linked-hash-map",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "csv-pipeline" 3 - version = "0.3.1" 3 + version = "0.4.0" 4 4 description = "CSV processing library" 5 5 authors = ["Kasper Henningsen"] 6 6 edition = "2021"