v0.6.2
- Implemented `romanize_file_parallel()` in the Uroman library to enable parallelized romanization of large input files. - Added `--use-parallel` (`-p`) flag to CLI to toggle parallel processing mode. - Updated `process_stream()` to select between sequential and parallel execution. - Improves performance for large datasets when parallel mode is enabled.