[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.

Update README.md

Update README.md

Kasper (Jan 11, 2023, 2:22 PM +0100) 5a4c2d78 4691155a

+4 -6
+4 -6
README.md
··· 1 1 # CSV Pipeline 2 2 3 - ⚠️ Work in progress 4 - 5 - CSV processing library 3 + CSV processing library inspired by [csvsc](https://crates.io/crates/csvsc) 6 4 7 5 [![Crates.io](https://img.shields.io/crates/v/csv-pipeline.svg)](https://crates.io/crates/csv-pipeline) 8 6 [![Documentation](https://docs.rs/csv-pipeline/badge.svg)](https://docs.rs/csv-pipeline) ··· 23 21 1. Update `CHANGELOG.md` 24 22 2. Bump the version number in `Cargo.toml` 25 23 3. Run `cargo test` 26 - 4. Create a git tag in format `v#.#.#` 27 - 5. Add release notes to the generated GitHub release and publish it 28 - 6. Run `cargo publish` 24 + 4. Run `cargo publish` 25 + 5. Create a git tag in format `v#.#.#` 26 + 6. Create GitHub release with release notes