All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
This document is maintaining changes since the last released version (0.1.1)
- Packaging is now partially done with
bazel
.
extensions.bzl
file is now internal.@rules_shellcheck//:shellcheck
target now gives a more helpful error message.
Attempting to publish to BCR.
Attempting to publish to BCR.
Attempting to publish to BCR.
Breaking changes:
- Rename the workspace and module from
com_aignas_com_rules_shellcheck
torules_shellcheck
so that a migration tobazel-contrib
or somewhere else could be possible at some point.
- Add a missing
sha256
to theREADME
.
- Bump shellcheck to
0.9.0
. - Add
severity
andformat
attributes.