pub const VERSION_ANNOUNCEMENTS: &[VersionAnnouncement];Expand description
What: Embedded announcements for specific app versions.
Inputs: None (static data).
Output: Array of version announcements.
Details:
- Add new announcements here for each release.
- Version matching compares only the base version (X.X.X), so “0.6.0-pr#85” matches “0.6.0”.
- Announcements show again when the suffix changes (e.g., “0.6.0-pr#85” -> “0.6.0-pr#86”).
- Cargo.toml can stay at “0.6.0” while announcements use “0.6.0-pr#85” for clarity.