Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/config/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "1.5.2",
"cmd/scadm": "0.4.2"
".": "1.6.0",
"cmd/scadm": "0.4.3"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.6.0](https://github.com/kellervater/homeracker/compare/homeracker-v1.5.2...homeracker-v1.6.0) (2026-01-04)


### ✨ Features

* **core:** add extended grip type ([#173](https://github.com/kellervater/homeracker/issues/173)) ([7e4b27a](https://github.com/kellervater/homeracker/commit/7e4b27a5ea451d1894c634b91379e17961355494))


### πŸ“¦ Dependencies

* update camunda/infra-global-github-actions digest to 084e5ba ([#184](https://github.com/kellervater/homeracker/issues/184)) ([0be0d09](https://github.com/kellervater/homeracker/commit/0be0d090b3cb1859dadf3ea482bbb1ee859e8814))
* update camunda/infra-global-github-actions digest to 309fedf ([#180](https://github.com/kellervater/homeracker/issues/180)) ([e627303](https://github.com/kellervater/homeracker/commit/e62730314923241746caf83dc3cb863c6208d9d3))
* update dependency openscad-windows to v2026.01.03 ([#186](https://github.com/kellervater/homeracker/issues/186)) ([fce4a5a](https://github.com/kellervater/homeracker/commit/fce4a5ae4af4324405e63a119a5204fa941819ac))
* update openscad nightly to v2026 ([#182](https://github.com/kellervater/homeracker/issues/182)) ([45efd5c](https://github.com/kellervater/homeracker/commit/45efd5c58e53859d94c5af7bfe08a8f8bc75003e))
* update pre-commit hook renovatebot/pre-commit-hooks to v42.70.3 ([#183](https://github.com/kellervater/homeracker/issues/183)) ([b391b09](https://github.com/kellervater/homeracker/commit/b391b09e8792cac893337f6f35e169d134289505))
* update pre-commit hook renovatebot/pre-commit-hooks to v42.71.0 ([#185](https://github.com/kellervater/homeracker/issues/185)) ([bf326b5](https://github.com/kellervater/homeracker/commit/bf326b5ad0e5e350d9ea24d9fe13f0ac2709569c))
* update pre-commit hooks ([#181](https://github.com/kellervater/homeracker/issues/181)) ([4748876](https://github.com/kellervater/homeracker/commit/4748876a19e5ff0437b95e4f909528d67167b7d6))


### πŸ“š Documentation

* add Community section to README ([#175](https://github.com/kellervater/homeracker/issues/175)) ([71dbee8](https://github.com/kellervater/homeracker/commit/71dbee8386a1766a161bf7d299dba8ba229d6cd9))
* pre-commit.dev -> pre-commit.com fixes ([#179](https://github.com/kellervater/homeracker/issues/179)) ([3e61b1a](https://github.com/kellervater/homeracker/commit/3e61b1aa1029c709d934c08362df6e550f75ffc7))
* updated CONTRIBUTING.md minor inaccuracies ([#178](https://github.com/kellervater/homeracker/issues/178)) ([a45cc3c](https://github.com/kellervater/homeracker/commit/a45cc3c98a2ce2346f5c96cf05779217950214c2))

## [1.5.2](https://github.com/kellervater/homeracker/compare/homeracker-v1.5.1...homeracker-v1.5.2) (2025-12-28)


Expand Down
8 changes: 8 additions & 0 deletions cmd/scadm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.3](https://github.com/kellervater/homeracker/compare/scadm-v0.4.2...scadm-v0.4.3) (2026-01-04)


### πŸ“¦ Dependencies

* update dependency openscad-windows to v2026.01.03 ([#186](https://github.com/kellervater/homeracker/issues/186)) ([fce4a5a](https://github.com/kellervater/homeracker/commit/fce4a5ae4af4324405e63a119a5204fa941819ac))
* update openscad nightly to v2026 ([#182](https://github.com/kellervater/homeracker/issues/182)) ([45efd5c](https://github.com/kellervater/homeracker/commit/45efd5c58e53859d94c5af7bfe08a8f8bc75003e))

## [0.4.2](https://github.com/kellervater/homeracker/compare/scadm-v0.4.1...scadm-v0.4.2) (2025-12-28)


Expand Down
2 changes: 1 addition & 1 deletion cmd/scadm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "scadm"
version = "0.4.2"
version = "0.4.3"
description = "OpenSCAD dependency manager - Install OpenSCAD and manage library dependencies"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion cmd/scadm/scadm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""OpenSCAD Dependency Manager (scadm)."""

__version__ = "0.4.2"
__version__ = "0.4.3"

from scadm.installer import (
install_openscad,
Expand Down