Changelog
=========
## [3.0.0](https://github.com/wezm/titlecase/releases/tag/v3.0.0)
- Update regex dependency [#20](https://github.com/wezm/titlecase/pull/20).
Slim down `regex` crate default features.
- Remove joinery dependency [#19](https://github.com/wezm/titlecase/pull/19)
- Use OnceLock instead of LazyStatic [#18](https://github.com/wezm/titlecase/pull/18)
- Minimum Supported Rust Version is now 1.70.0 [#17](https://github.com/wezm/titlecase/pull/17)
## [2.2.0](https://github.com/wezm/titlecase/releases/tag/v2.2.0)
- Further reduce allocations and optimise regex use
## [2.1.0](https://github.com/wezm/titlecase/releases/tag/v2.1.0)
- Lowercase small words that are uppercase #7
- Clean up and reduce intermediate allocations #8
## [2.0.0](https://github.com/wezm/titlecase/releases/tag/v2.0.0)
- Update dependencies
- Minimum Supported Rust Version is now 1.40.0
## [1.1.0](https://github.com/wezm/titlecase/releases/tag/v1.1.0)
- Update dependencies
- Add help and version flags to CLI
## [0.10.0](https://github.com/wezm/titlecase/releases/tag/v0.10.0)
- Improve documentation
- Make use of regular expressions more efficient
- Errors encountered by the titlecase tool are now written to stderr
## [0.9.2](https://github.com/wezm/titlecase/releases/tag/v0.9.2)
Fix typos in Cargo.toml
## [0.9.1](https://github.com/wezm/titlecase/releases/tag/0.9.1)
Initial release