Releases: manojkarthick/pqrs
Releases · manojkarthick/pqrs
Release v0.3.2
Release v0.3.1
Release v0.3.0
Release v0.2.2
Changelog
🔀 Merge
- f93707a upgrade to v0.2.1
- 1372e4a restore markdown format that was accidentally changed
- 9ec41e4 fix merge
- 7cb035e Merge remote-tracking branch 'jeffbski-sketch/cat-csv-no-header' into cat-csv-no-header
- beb7187 make --no-header an additional argument to --csv
- 3352da3 add cat --csv-no-header option
- 89179ee add cat --csv-no-header option
- 58ea67e update homebrew install instructions
Release v0.2.1
Changelog
🔀 Merge
- a5b02ee Merge pull request #29 from manojkarthick/prepare-release
- 4af84d1 Merge pull request #28 from manojkarthick/schema-json
- d33dca9 Merge pull request #24 from mateuszkj/master
- 9473b77 Merge pull request #26 from mattrighetti/patch-1
- 62d6438 Merge pull request #21 from juan-riveros/shunt-cat-header-to-stderr
- d620dab fix jreleaser windows extension config key
- 6d0f122 add jreleaser config
- 6376d3c update readme with json schema command
- 810cfb5 bump package version to v0.2.1
- 2443554 update action workflow to use jreleaser
- 7e84e50 add schema json related test
- 86d7c91 support json output for schema subcommand
- 8d969cc add serde and serde_json dependencies
- bdf1882 Fix broken links to Arrow and Parquet
- 1ba3725 Dependeces update + redone commands in clap 3.0 + clippy
- a2b256f Update integration.rs
- Changed
validate_cat_csv
since it's predicate assumed that the output would have the extra spacing caused by the header. (ie. removed two empty lines it checked for)
Add CSV format and directory support for cat command
Merge pull request #17 from manojkarthick/update-readme-csv Update README on directory and CSV support
Release v0.1.2
This version does not provide any new features or bug fixes. It's mostly an update to use official parquet and arrow crates published on crates.io - this also means that pqrs is now installable via cargo!
Release v0.1.1
Merge pull request #9 from manojkarthick/instructions Add installation/running instructions
Initial Release: v0.1.0
Merge pull request #2 from manojkarthick/actions Add GitHub action for build + release