File tree Expand file tree Collapse file tree 5 files changed +24
-4
lines changed
Expand file tree Collapse file tree 5 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.5.1 " ,
3- "cmd/scadm" : " 0.4.1 "
2+ "." : " 1.5.2 " ,
3+ "cmd/scadm" : " 0.4.2 "
44}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " scadm"
7- version = " 0.4.1 "
7+ version = " 0.4.2 "
88description = " OpenSCAD dependency manager - Install OpenSCAD and manage library dependencies"
99readme = " README.md"
1010requires-python = " >=3.11"
Original file line number Diff line number Diff line change 11"""OpenSCAD Dependency Manager (scadm)."""
22
3- __version__ = "0.4.1 "
3+ __version__ = "0.4.2 "
44
55from scadm .installer import (
66 install_openscad ,
You can’t perform that action at this time.
0 commit comments