Skip to content

v0.45.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Sep 04:57

News

New features:

  • jbang wrapper install to install/setup jbang to run from local directory akin to maven and gradle wrappers for committing into your project. Thanks to @quintesse
  • Add some example init templates for Quarkus: qrest, qcli and qmetrics
  • jbang-action now also published to github container registry under: git pull ghcr.io/jbangdev/jbang-action

Bug fixes:

  • --live=<editor> now works better with using spaces in the argument. Thanks to @zakkak