File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,9 @@ and [Conventional Commits 1.0](https://www.conventionalcommits.org/en/v1.0.0/).
2323- Changed how the file path to the MATLAB executables are constructed
2424- Changed the MATLAB info cache file to be populated in the user's HOME directory
2525- Changed the MATLAB info cache file's name to be more easily attributed to this pre-commit hook
26+
27+ ## [ 1.0.2] - 2022-02-07
28+
29+ ### Added:
30+
31+ - Minor performance improvement to only interrogate the system for all MATLAB installs if nothing is cached
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.1
4+ version : 1.0.2
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.1 "
11+ LABEL version="1.0.2 "
1212LABEL vendor="ty.cumby"
1313LABEL org.opencontainers.image.title="pre-commit-matlab-lint"
14- LABEL org.opencontainers.image.version="1.0.1 "
14+ LABEL org.opencontainers.image.version="1.0.2 "
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.1 "
36+ version = " 1.0.2 "
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