docs.rs failed to build lemonlang-0.0.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Versioning strategy
- Start at 0.0.1 and increment the last number for each new feature (e.g.,
0.0.2for adding enums). - Increase the middle number (e.g.,
0.1.0) after reaching a stable milestone with multiple improvements. - When the language is stable and production-ready, move to 1.0.0.
- Use Git tags like
v0.0.1,v0.1.0, and maintain a changelog for tracking updates. - No rush for version 1.0 – focus on steady growth and reliability.