summaryrefslogtreecommitdiffstats
path: root/ChangeLog.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-16 11:53:15 +0200
committerDanilo M. <danix@danix.xyz>2026-07-16 11:53:15 +0200
commit0b9bbe2e5aafb69ddb069fed1819bee5eb0571bf (patch)
tree6a9b0f6e2bd502fc7b537dac43738c86473e26de /ChangeLog.md
parent3610ad0b72d3bee64c54cb475516a6a20442c07f (diff)
downloadsbo-dockerbuild-1.1.0.tar.gz
sbo-dockerbuild-1.1.0.zip
release 1.1.0v1.1.0
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
new file mode 100644
index 0000000..d07a927
--- /dev/null
+++ b/ChangeLog.md
@@ -0,0 +1,23 @@
+# Changelog
+
+All notable changes to this project are documented here. Format follows
+[Keep a Changelog](https://keepachangelog.com/), versioning is
+[SemVer](https://semver.org/).
+
+## [1.1.0] - 2026-07-16
+
+### Added
+- `test-build --local-deps`: also resolve deps from the target's own repo (its
+ grandparent dir), prepended before the SBo tree, for packages whose deps are
+ siblings in the same repo and not on SBo (e.g. huggingface_cli).
+- `test-build-slackbuild` agent skill teaching an agent to drive `test-build`.
+
+### Changed
+- Renamed the agent skill from `using-test-build` to `test-build-slackbuild`.
+
+## [1.0.0] - 2026-07-13
+
+### Added
+- Initial release: the `test-build` tool and the `image-builder/` scripts,
+ extracted from the sbo-slackbuilds `.extras/` dir into a standalone repo.
+- SemVer versioning via a baked `PROJECT_VERSION` const in every script.