Skip to content

Commit 339eff2

Browse files
committed
Preparing to tag 1.0.1
1 parent 0520c85 commit 339eff2

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

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

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.0
4+
version: 1.0.1
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.0"
11+
LABEL version="1.0.1"
1212
LABEL vendor="ty.cumby"
1313
LABEL 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"
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.0"
36+
version = "1.0.1"
3737

3838
# TODO: Set the description and keywords here
3939
description = "A pre-commit hook to validate MATLAB code."

0 commit comments

Comments
 (0)