mapeditor / rs-tiled

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

Start getting changelog up to date #121

Closed PieKing1215 closed 2 years ago

PieKing1215 commented 2 years ago

Started work on #116

For 0.9.1-0.9.5, I used the dates of crates.io releases. I wasn't sure whether to use that or the bump commit dates, as in some cases they are quite different. 0.9.0 doesn't have a crates.io release, so it uses the commit date.

I definitely could have missed some things, especially for 0.9.0 since the repo seems to have jumped directly from 0.8.0 to 0.9.0 while on crates.io there was a 0.8.1 as well, not sure where the cutoff was.

aleokdev commented 2 years ago

All unreleased changes have been written in #106, just so you know.

PieKing1215 commented 2 years ago

Oh cool I didn't see that, your unreleased section is much more thorough so if/when these get merged together make sure to keep yours.

bjorn commented 2 years ago

Thanks @PieKing1215!