···6677[](https://crates.io/crates/csv-pipeline)
88[](https://docs.rs/csv-pipeline)
99+1010+1111+## Dev Instructions
1212+1313+### Get started
1414+1515+Install [Rust](https://www.rust-lang.org).
1616+1717+Run tests:
1818+```
1919+cargo test
2020+```
2121+2222+### Releasing a new version
2323+2424+1. Update `CHANGELOG.md`
2525+2. Bump the version number in `Cargo.toml`
2626+3. Run `cargo test`
2727+4. Create a git tag in format `v#.#.#`
2828+5. Add release notes to the generated GitHub release and publish it
2929+6. Run `cargo publish`