File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,11 @@ and [Conventional Commits 1.0](https://www.conventionalcommits.org/en/v1.0.0/).
1515### Added:
1616
1717- Linting via a detected MATLAB instance is functioning
18+
19+ ## [ 1.0.1] - 2022-02-07
20+
21+ ### Added:
22+
23+ - Changed how the file path to the MATLAB executables are constructed
24+ - Changed the MATLAB info cache file to be populated in the user's HOME directory
25+ - Changed the MATLAB info cache file's name to be more easily attributed to this pre-commit hook
Original file line number Diff line number Diff line change 11cff-version : 1.1.0
22message : Software reference
33title : pre-commit-matlab-lint
4- version : 1.0.0
4+ version : 1.0.1
55abstract : A Python project
66authors :
77 -
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ FROM python:3.10.2
88
99# See https://github.com/opencontainers/image-spec/blob/master/annotations.md
1010LABEL name="pre-commit-matlab-lint"
11- LABEL version="1.0.0 "
11+ LABEL version="1.0.1 "
1212LABEL vendor="ty.cumby"
1313LABEL org.opencontainers.image.title="pre-commit-matlab-lint"
14- LABEL org.opencontainers.image.version="1.0.0 "
14+ LABEL org.opencontainers.image.version="1.0.1 "
1515LABEL org.opencontainers.image.url="https://github.com/ty.cumby/pre-commit-matlab-lint"
1616LABEL org.opencontainers.image.documentation="https://github.com/ty.cumby/pre-commit-matlab-lint"
1717
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ name = "precommitmatlablint"
3333# E.g. This might be "1.2.13", and the GitHub release will be "v1.2.13".
3434# Although semantic versioning allows for build tags (metadata),
3535# not all tools are compatible with it, so avoid it if you can.
36- version = " 1.0.0 "
36+ version = " 1.0.1 "
3737
3838# TODO: Set the description and keywords here
3939description = " A pre-commit hook to validate MATLAB code."
You can’t perform that action at this time.
0 commit comments