Skip to content

Commit 1037688

Browse files
chore: release main
1 parent 296d234 commit 1037688

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.5.1",
3-
"cmd/scadm": "0.4.1"
2+
".": "1.5.2",
3+
"cmd/scadm": "0.4.2"
44
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.5.2](https://github.com/kellervater/homeracker/compare/homeracker-v1.5.1...homeracker-v1.5.2) (2025-12-28)
4+
5+
6+
### 📦 Dependencies
7+
8+
* update belfryscad/bosl2 digest to 79d836c ([#169](https://github.com/kellervater/homeracker/issues/169)) ([5e75f46](https://github.com/kellervater/homeracker/commit/5e75f46fc0196b617b909f34e0488b0e243342df))
9+
* update camunda/infra-global-github-actions digest to ac7a12d ([#164](https://github.com/kellervater/homeracker/issues/164)) ([60a1514](https://github.com/kellervater/homeracker/commit/60a15146ce7128833b954479e224da9b5e7ec3d7))
10+
* update openscad nightly ([#165](https://github.com/kellervater/homeracker/issues/165)) ([7f8746c](https://github.com/kellervater/homeracker/commit/7f8746c1c923934d4e4eec0a87b140849aa55919))
11+
* update openscad nightly ([#168](https://github.com/kellervater/homeracker/issues/168)) ([fe441bd](https://github.com/kellervater/homeracker/commit/fe441bd91f4019676d52981e70cb88ca8a09ca56))
12+
* update pre-commit hook renovatebot/pre-commit-hooks to v42.66.8 ([#166](https://github.com/kellervater/homeracker/issues/166)) ([56a2669](https://github.com/kellervater/homeracker/commit/56a2669e909af0afd5d43c3c8237c72479b3e366))
13+
* update pre-commit hook renovatebot/pre-commit-hooks to v42.66.9 ([#170](https://github.com/kellervater/homeracker/issues/170)) ([296d234](https://github.com/kellervater/homeracker/commit/296d234d0501d412dae093af7f041ad76728975d))
14+
315
## [1.5.1](https://github.com/kellervater/homeracker/compare/homeracker-v1.5.0...homeracker-v1.5.1) (2025-12-20)
416

517

cmd/scadm/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.4.2](https://github.com/kellervater/homeracker/compare/scadm-v0.4.1...scadm-v0.4.2) (2025-12-28)
4+
5+
6+
### 📦 Dependencies
7+
8+
* update openscad nightly ([#165](https://github.com/kellervater/homeracker/issues/165)) ([7f8746c](https://github.com/kellervater/homeracker/commit/7f8746c1c923934d4e4eec0a87b140849aa55919))
9+
* update openscad nightly ([#168](https://github.com/kellervater/homeracker/issues/168)) ([fe441bd](https://github.com/kellervater/homeracker/commit/fe441bd91f4019676d52981e70cb88ca8a09ca56))
10+
311
## [0.4.1](https://github.com/kellervater/homeracker/compare/scadm-v0.4.0...scadm-v0.4.1) (2025-12-20)
412

513

cmd/scadm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "scadm"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "OpenSCAD dependency manager - Install OpenSCAD and manage library dependencies"
99
readme = "README.md"
1010
requires-python = ">=3.11"

cmd/scadm/scadm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""OpenSCAD Dependency Manager (scadm)."""
22

3-
__version__ = "0.4.1"
3+
__version__ = "0.4.2"
44

55
from scadm.installer import (
66
install_openscad,

0 commit comments

Comments
 (0)