Skip to content

Commit 22d5ec1

Browse files
committed
Release 10.0.1
1 parent 7588747 commit 22d5ec1

4 files changed

Lines changed: 18 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ repos:
77
name: Linting and formatting
88
stages: [pre-commit]
99
language: system
10-
entry: bash -c "export PYTHONPATH=src; uv run delfino ruff -f src -f tests"
10+
entry: bash -lc "uv run delfino ruff"
1111
pass_filenames: false

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Types of changes are:
1212

1313
## [Unreleased]
1414

15+
## [10.0.1] - 2025-09-13
16+
17+
### Fixes
18+
19+
- Change build system from `hatchling` to `uv_build`.
20+
1521
## [10.0.0] - 2025-09-13
1622

1723
### Breaking changes
@@ -652,7 +658,8 @@ If `tool.delfino.plugins.delfino-core.dockerhub` exists in the `pyproject.toml`:
652658

653659
- Initial source code
654660

655-
[Unreleased]: https://github.com/radeklat/delfino-core/compare/10.0.0...HEAD
661+
[Unreleased]: https://github.com/radeklat/delfino-core/compare/10.0.1...HEAD
662+
[10.0.1]: https://github.com/radeklat/delfino-core/compare/10.0.0...10.0.1
656663
[10.0.0]: https://github.com/radeklat/delfino-core/compare/9.0.0...10.0.0
657664
[9.0.0]: https://github.com/radeklat/delfino-core/compare/8.1.1...9.0.0
658665
[8.1.1]: https://github.com/radeklat/delfino-core/compare/8.1.0...8.1.1

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "delfino-core"
3-
version = "10.0.0"
3+
version = "10.0.1"
44
description = "Delfino core plugin"
55
authors = [
66
{name = "Radek Lát", email = "radek.lat@gmail.com"}
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
requires-python = ">=3.10.0"
2828
dependencies = [
29-
"delfino>=5.0",
29+
"delfino>=5.0.1",
3030
]
3131

3232
[project.optional-dependencies]
@@ -43,8 +43,8 @@ pre-commit = ["PyYAML"]
4343
"delfino-core" = "delfino_core.commands"
4444

4545
[build-system]
46-
requires = ["hatchling"]
47-
build-backend = "hatchling.build"
46+
requires = ["uv_build>=0.8.17,<0.9.0"]
47+
build-backend = "uv_build"
4848

4949
[tool.uv]
5050
dev-dependencies = [

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)