main motivation: ship #542 which fixes a pretty bad Scala-3-only bug * [x] merge outstanding PRs * [x] choose version number * 2.0.1 * [x] update crossbuild * no changes needed; we're already on 3.0.1 and we dropped 3.0.0-RCx * [x] create the release and write the notes * https://github.com/scala/scala-xml/releases/tag/v2.0.1 * [x] wait for release build * https://travis-ci.com/github/scala/scala-xml/builds/233260233/ * [x] release the staging repos * https://oss.sonatype.org/#stagingRepositories * [x] artifacts on Maven Central * https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_3/2.0.1/ * https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.13/2.0.1/ * https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.12/2.0.1/ * (not a complete list) * [x] post-release, bump version in README and build.sbt * 09d527abf5fa42f66dbceb6d133fbdebdecd0337
main motivation: ship #542 which fixes a pretty bad Scala-3-only bug