@@ -7,8 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.1.0] - 2025-02-26
11
+
10
12
### Added
11
- - Placeholder for future updates and new features.
13
+
14
+ - Adjusted Python version to be at least 3.9 in ` pyproject.toml ` and ` environment-dev.yml ` .
15
+ - Adjusted GitHub Actions to only use ` poetry ` for dependency management.
16
+ - Refactored utility code by replacing ` pkg_resources ` with ` importlib.resources ` .
17
+ - Added support for ` pytest-cov ` v6.
18
+ - Added test coverage reporting to the GitHub Actions pipeline.
19
+ - Updated Conda Docker tag to ` v24 ` in ` Dockerfile ` .
20
+ - Updated ` actions/checkout ` GitHub action to v4.
21
+ - Updated pre-commit hooks, including:
22
+ - ` pycqa/isort ` to v5.13.2.
23
+ - ` pre-commit/pre-commit-hooks ` to v4.6.0.
24
+ - ` astral-sh/ruff-pre-commit ` to v0.9.7.
25
+ - ` asottile/pyupgrade ` to v3.19.1.
26
+ - Updated ` requirements.txt ` in the cookiecutter project.
27
+ - Made use of Python 3.9 and newer versions in ` pyproject.toml ` .
28
+ - Upgraded dependencies in ` pyproject.toml ` to ensure the project uses the latest versions.
29
+ - Updated and aligned ` environment-dev.yml ` and ` environment.yml ` with ` pyproject.toml ` for consistency.
30
+ - Updated versions of GitLab CI YAML files.
31
+ - Fixed pre-commit hook for ` black ` installation via pip with the correct version constraint (` >= ` ).
32
+
33
+ ### Fixed
34
+
35
+ - Fixed test since ` black ` is installed by pip, and updated the test to check for the correct version format (` >= ` ).
36
+ - Fixed coverage reporting integration in GitHub Actions.
12
37
13
38
## [ 1.0.0] - 2025-02-26
14
39
0 commit comments