Skip to content

v0.5.8

Compare
Choose a tag to compare
@tombruijn tombruijn released this 12 Aug 07:26
· 94 commits to main since this release
24c1c7c
  • 244ec4f patch - Aside from working on Elixir projects with their version set in a module attribute (@version "1.2.3" and version: @version), add support for projects with their versions set directly in the project block (version: "1.2.3").
  • 221dd5f patch - Move the [ci-ckip] tag to commit message body instead of printing it in the subject.
  • 940b0ac patch - Fix Node.js package publishing using yarn. Calling yarn publish prompted the user to enter a new version while Mono already knows what version to upgrade the package to. This prompt is now removed.