Skip to content

🌼 blossom 2.2.0

Latest

Choose a tag to compare

@zml2008 zml2008 released this 12 Oct 04:23
· 3 commits to main/2.x since this release

This is a small feature release, adding an option to configure newline trimming.

This release is also tested against Gradle 9.

At some point in the future, new versions of Blossom will begin requiring Java 17 at runtime. This matches the baseline for newer Gradle versions, and lets us take advantage of new language features where it makes sense for the project. Realistically it'll probably be a while since Blossom doesn't tend to need much updating, but it will happen eventually.

What's Changed

✨ Features

  • feat: add option to configure whether newlines are trimmed by @zml2008 in #91
  • Migrate to JSpecify by @zml2008 in #92

Other

  • Use mammoth's runtime version filtering to fix tests by @zml2008 in #64

Full Changelog: v2.1.0...v2.2.0