0.61.0 (2021/01/14)
With this release there are now experimental export support of portable jar by using jbang export --portable myapp.jar.
The produced jar will have a classpath setup to use jars relatively in a lib directory where all dependencies will be
copied to. That allow you to copy the .jar + lib diretory to another machine and run it.
There is now support for //DESCRIPTION which will be used when using jbang alias add as the description used in catalogs.
And finally, jbang build integration passes source locations enabling things like Quarkus to support dev mode. To use this
you need to have a jbang app depend on Quarkus 1.11 or higher and then run with jbang -Dquarkus.dev myapp.java. Changes
to myapp.java will automatically be built without need to restart.