Skip to content

Commit 5244449

Browse files
committed
Prepare for 1.0.2
1 parent 1bd2776 commit 5244449

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.1.0
22
message: Software reference
33
title: pre-commit-matlab-lint
4-
version: 1.0.1
4+
version: 1.0.2
55
abstract: A Python project
66
authors:
77
-

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ FROM python:3.10.2
88

99
# See https://github.com/opencontainers/image-spec/blob/master/annotations.md
1010
LABEL name="pre-commit-matlab-lint"
11-
LABEL version="1.0.1"
11+
LABEL version="1.0.2"
1212
LABEL vendor="ty.cumby"
1313
LABEL 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"
1515
LABEL org.opencontainers.image.url="https://github.com/ty.cumby/pre-commit-matlab-lint"
1616
LABEL org.opencontainers.image.documentation="https://github.com/ty.cumby/pre-commit-matlab-lint"
1717

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3939
description = "A pre-commit hook to validate MATLAB code."

0 commit comments

Comments
 (0)