mapeditor / rs-tiled

Reads files from the Tiled editor into Rust
https://crates.io/crates/tiled
MIT License
268 stars 102 forks source link

Yanking the 0.9.5 release #218

Closed aleokdev closed 2 years ago

aleokdev commented 2 years ago

Apparently, there was a breaking change in the 0.9.5 release: https://github.com/mapeditor/rs-tiled/compare/2402e1d74561612e581f5647aaf606cbfa2df896...v0.9.5 The addition of PropertyValue::FileValue on an exhausting enum is a breaking change. Although it is highly improbable that an user upgrades to 0.9 having 0.10 (and soon 0.11) available, we're yanking the release to prevent any build errors in the future. Users already using 0.9.5 shouldn't have any issues and will be able to use the crate as normally. However, new crates won't be allowed to use 0.9.5, and will be forced to use either a previous or a newer version: https://doc.rust-lang.org/cargo/commands/cargo-yank.html

aleokdev commented 2 years ago

Done.