Release Notes - v0.1.0 (2023-08-01)
===================================
New Features:
-------------
- Added `Scaffold` class as the default entry point for the `pyweatherlite` command.
- Users can now run `pyweatherlite` to access the main functionality of the library.
Bug Fixes:
----------
- Fixed an issue where temperature values were not properly rounded, leading to inaccurate display.
- Resolved a bug where the library crashed when handling invalid user inputs for location queries.
- Addressed a rare case of data corruption when fetching weather data from external APIs.
Enhancements:
--------------
- Improved error handling and informative error messages for better user experience.
- Enhanced the documentation with more comprehensive examples and usage instructions.
**Full Changelog**: https://github.com/Terre8055/pyweatherlite/commits/v0.0.1
**Full Changelog**: https://github.com/Terre8055/pyweatherlite/compare/v0.0.1...v0.1.0