Glosa upgrades to 1.3.0 with private endpoints and paves the way for an administrative panel https://github.com/glosa/glosa-server
Happy to announce lein-monolith
1.6.1 with a handful of new features and some long-standing bug fixes! Significant changes include:
• The each
task supports a new :silent
option, which will suppress task output for successful projects. This can be useful in large CI builds where the output is only consulted in the event of failure.
• The each
task is now compatible with composite profiles.
• When each
is used with :parallel
, task aliases are now correctly resolved before iteration starts.
• The monolith settings can now use :inherit-raw
and :inherit-leaky-raw
for attributes which should be inherited without interpretation (like paths).
• The unlink
task will now only remove internal checkouts by default.
https://github.com/amperity/lein-monolith
babashka v0.2.3 released! Release notes: https://github.com/borkdude/babashka/blob/master/CHANGELOG.md#v023-2020-10-21 Featuring babashka/process: a new Clojure library around dealing with java.lang.Process and many other additions and fixes. Come chat in #babashka to learn more.