Releases: bishabosha/enhanced-string-interpolator
Releases · bishabosha/enhanced-string-interpolator
v1.0.2
This can be considered the first proper release, and it will work for Scala 3.3 LTS (minimum 3.3.2 is recommended).
What's Changed
- use Scala 3.3.2 by @bishabosha in #7
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Although this is marked as 1.0.1 it should be treated as a pre-release, because it is built with Scala 3.4.0-RC2, which is an experimental version. the true 1.0.0 release (probably 1.0.3) will be build with 3.4.0 when that releases
What's Changed
- fix typos in docs by @bishabosha in #5
- Update README.md by @bishabosha in #6
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Although this is marked as 1.0.0 it should be treated as a pre-release, because it is built with Scala 3.4.0-RC2, which is an experimental version. the true 1.0.0 (probably 1.0.3) will be build with 3.4.0 when that releases
What's Changed
- first release, I do not expect to change anything fundamentally except possibly add new format strings if requested.
New Contributors
- @bishabosha made their first contribution in #1
Full Changelog: https://github.com/bishabosha/enhanced-string-interpolator/commits/v1.0.0