Skip to content

v0.2.1

Latest
Compare
Choose a tag to compare
@ge3224 ge3224 released this 04 Jan 18:14

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:

  1. 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.

  2. 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:

  1. Cargo.io Registry: If you originally installed Neocities via the cargo.io registry, use the following command to upgrade:

    cargo upgrade neocities_cli
  2. 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!