Skip to content

1.0.0-RC3 - Preparation for final 1.0.0 release

Latest
Compare
Choose a tag to compare
@reid-spencer reid-spencer released this 12 Jan 16:06
· 7 commits to main since this release

Build Changes

  • Resolve issue with release artifact collection
  • Create aliases for common per-environment build tasks & releasing
  • Resolve native linking issues in GitHub workflow environment by providing include paths
  • Use GitHub Packages as publishing destination instead of Maven
  • Add handy aliases for target based build and test and packaging

Upgrades

  • sbt-ossuminc → 0.20.4

Functional Changes

  • Allow code literals in functions and on clauses to be handled by token parser
  • Revise TokenParser to run faster per AI advice
  • Use sttp client4 to implement NativePlatformContext.load properly

Cleanup

  • Remove variable names from using statements when not needed
  • Use "pc" as the variable name for PlatformContext

Full Changelog