### v1.0.0 - Added a tests module to improve unit testing and coverage. - Introduced a CI workflow using GitHub Actions (ci.yaml) for automated testing. - Improved the documentation ### v0.9.0 - Optimized the world module - Completed the World Module, which includes functionalities for managing country details and city information, such as inserting, deleting, retrieving, and sorting both countries and cities. - Improved the documentation ### v0.8.0 - Optimized the world module - Added the country_detail function - Added the country_details function - Improved the documentation ### v0.7.0 - Added the world module ### v0.6.0 - Removed the json module. (Starting from version 0.6.0, Cans will not provide functionality for JSON; instead, you can use the `serde` and `serde_json` crates.) - Optimized cans crate - Improved the documentation ### v0.5.0 - Improved Documentation ### v0.4.0 - Added mime module ### v0.3.0 - Deleted [bin] main.rs ### v0.2.0 - Improved Documentation ### v0.1.1 - Improved Documentation ### v0.1.0 - Added html module - Added json module - Added rules module - Added Documentation ### v0.0.0 - init