Neocities v0.2.1 Release Notes
Minor Update - Data Object Enhancement
In this minor release, Neocities v0.2.1 modifies a struct
to match the latest data object provided in the response body of the Neocities API /info
endpoint.
Changelog:
Data Object Update:
-
API Response Consistency: The data object has been updated to precisely match the structure and content provided in the response body of the Neocities API
/info
endpoint. -
Data Integrity: Ensured that all fields within the data object accurately represent the corresponding information from the API, promoting data integrity and reliability.
How to Upgrade:
To incorporate these improvements into your project, follow these steps:
-
Cargo.io Registry: If you originally installed Neocities via the cargo.io registry, use the following command to upgrade:
cargo upgrade neocities_cli
-
Alternative Distribution Channels: For alternative distribution channels, refer to the updated documentation available on the official GitHub repository.
Your feedback is invaluable to us. If you encounter any issues or have suggestions for further enhancements, please feel free to open an issue. We appreciate your continued support and look forward to your contributions. Happy coding!