- `1.0.9` Use LineNumberReader when loading mappings (#4) This avoids loading and keeping the whole mapping file in memory (as a `List`) while parsing through it. Only the old TSRG (v1) and CSRG formats still cause the whole mapping file to be loaded in memory. - `1.0.8` Change nearest version for 24w14potato to 1.20.5 - `1.0.7` Add new versions up to 24w14a to version listing test This brings to light a potential disconnect in the version sorting, where 1.19.1-rc1 is sorted after all the pre-releases, despite being released after -pre1. - `1.0.6` Do not write meta for unwritten entries This primarily affects Tiny V2, where packages do not exist in the written format. Fixes #2 - `1.0.5` Fix order not being preserved when writing TSRG2 names Fixes #3 - `1.0.4` Fix 'nearest' version for 15w14a Despite the version being called "1.10" in Mojang's blog post and other places, it is actually a fork of 1.8.3. Fixes #5 - `1.0.3` Add foojay-resolver convention plugin - `1.0.2` Update Gradle to 8.7 - `1.0.1` Add 24w14potato - `1.0.0` Update license headers, push v1 tag