- Updates for migrations page - Add back page on completions
CLI
- Capitalization fixes and help text updates
1.15.2
Packaging
- Add missing pyyaml dependency (needed after 397's transition to `ConfigReader`)
1.15.1
Bug fix
- Fix help text for `vcspull sync` arguments and flags
1.15.0
**Maintenance release, no features or fixes**
Internal
- Move from click to {mod}`argparse` (400)
Packaging
- Drop click dependency (400)
1.14.0
**Maintenance release, no features or fixes**
Internal
- Move test fixtures over to libvcs's pytest plugin (398) - Move conftest.py to root directory (399) - Add `ConfigReader`: Our clean, typed parser for raw strings and files (397)
This is our shiny, new, 200-line, doctested and typed parser that replaces `kaptan`.