Skip to content

Commit 1281c6d

Browse files
committed
increase version and add entry into CHANGELOG.md
1 parent 9485bcb commit 1281c6d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111
- Placeholder for future updates and new features.
12+
-
13+
## [1.0.1] - 2025-02-26
14+
### Fixed
15+
- **Conda package caching in GitLab CI:** Updated caching paths in `{{ cookiecutter.project_slug }}/.gitlab-ci.yml` to include the new `.conda` file format and additional cache directories. The updated paths now cache:
16+
- `$PIP_CACHE_DIR`
17+
- `$CONDA_PKGS_DIRS/*.conda`
18+
- `$CONDA_PKGS_DIRS/*.tar.bz2`
19+
- `$CONDA_PKGS_DIRS/urls*`
20+
- `$CONDA_PKGS_DIRS/cache`
21+
22+
This change ensures that all relevant Conda packages and related metadata are properly cached, addressing issues with the previous configuration ([Conda docs](https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#force-conda-to-download-only-tar-bz2-packages-use-only-tar-bz2), [Damiankula’s guide](https://damiankula.com/using_conda_cache_in_gitlabci.html)). cc @ChrsBaur
1223

1324
## [1.0.0] - 2025-02-26
1425

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "at-python-template"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "This is the official Python Project Template of Alexander Thamm GmbH (AT)"
55
authors = [
66
"Sebastian Straub <[email protected]>",

0 commit comments

Comments
 (0)