Skip to content

Commit c26934c

Browse files
author
semantic-release
committed
1.6.0
Automatically generated by python-semantic-release
1 parent a7c8b74 commit c26934c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33

44

5+
## v1.6.0 (2024-08-20)
6+
7+
### Ci
8+
9+
* ci: update .pre-commit-config.yaml
10+
11+
exclude CHANGELOG.md and CODE_OF_CONDUCT.md from codespell hook, activate sphinx hook for push only, remove stage commit from validate-pyproject hook, add exclude for conda recipes for check-yaml hook ([`d84c21f`](https://github.com/3dct/vIQA/commit/d84c21f12072d6341f7282249d95c11f81b121cc))
12+
13+
* ci: update build_wheels_and_publish.yaml
14+
15+
remove vcs_release="false" argument from semantic_release job, update test install ([`2eae29e`](https://github.com/3dct/vIQA/commit/2eae29ec52fe36a546b08340c0d47f9262520f1a))
16+
17+
* ci: add specific code checkout to build_wheels_and_publish.yaml
18+
19+
add "ref: main" to checkout step to ensure checking out the latest commit, temporarily deactivate conditions for jobs to release last version ([`9e8b5ce`](https://github.com/3dct/vIQA/commit/9e8b5ce5de64b8194b5cc6856fa2c4f96a38db60))
20+
21+
### Documentation
22+
23+
* docs: change title of Changelog page to Release History ([`ef913a6`](https://github.com/3dct/vIQA/commit/ef913a6d0671ac1d7de26184ce2f7aadd6f1e2d2))
24+
25+
* docs: add changelog page ([`730ecf1`](https://github.com/3dct/vIQA/commit/730ecf17b6b4932479aee3ceebeeb40a42352c53))
26+
27+
* docs: add contributor covenant shield ([`1ab08c1`](https://github.com/3dct/vIQA/commit/1ab08c166fae1de6005d278ef83f75b71f6084b8))
28+
29+
### Feature
30+
31+
* feat(load_utils.py): add support for .tiff files ([`a7c8b74`](https://github.com/3dct/vIQA/commit/a7c8b74d01c4ed4a2476a3eef71b385651b15389))
32+
33+
### Unknown
34+
35+
* Create CODE_OF_CONDUCT.md ([`3860e91`](https://github.com/3dct/vIQA/commit/3860e91f7fbd0bb6117d909185686c989bfa5437))
36+
37+
538
## v1.5.2 (2024-08-16)
639

740
### Build

src/viqa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
It can be used for 2D and 3D images.
66
"""
77

8-
__version__ = "1.5.2"
8+
__version__ = "1.6.0"
99
__author__ = "Lukas Behammer"
1010
__all__ = [
1111
"FSIM",

0 commit comments

Comments
 (0)