What's Changed
- Set up Dependabot by @DilumAluthge in #37
- Avoid quoting step names for consistency by @DilumAluthge in #38
- Set up a very basic smoke test in CI by @DilumAluthge in #39
- Change
fail_on_error
tofail_level
by @JoshuaLampert in #35 - Run the Julia steps in a
julia
shell, and show color in the Julia steps (julia --color=yes
) by @omus in #36 - LICENSE: add "and contributors" by @DilumAluthge in #40
- Avoid bare
using Foo
(always dousing Foo: bar
orusing Foo: Foo
orimport Foo
by @DilumAluthge in #41 - Always specify the package UUID whenever installing a Julia package by @DilumAluthge in #42
- Add some comments, and fix some whitespace by @DilumAluthge in #43
- Add some example source code for the CI on this repo to process by @DilumAluthge in #44
- Strip leading/lagging whitespace from the JuliaFormatter version number by @DilumAluthge in #45
- Check that the
version
input is non-empty by @DilumAluthge in #46
New Contributors
- @DilumAluthge made their first contribution in #37
- @omus made their first contribution in #36
Full Changelog
Full Changelog: v4.0.0...v4.1.0