Skip to content

Commit b7faf80

Browse files
committed
chore: update changelog for version 0.1.5 release
1 parent 74bc7df commit b7faf80

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.5] - 2026-03-11
11+
1012
### Added
1113

1214
- **Project config generation** — Standard `init` can now read a repository-root `.superposition.yml` or `superposition.yml`
@@ -33,7 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3335
- **`sdd` preset** — Spec-Driven Development meta-preset bundling `spec-kit` with a user-selectable AI agent CLI
3436
- Prompts users to choose from: Codex, Claude Code, Gemini CLI, Amp, Windsurf, opencode, or GitHub Copilot (IDE-integrated)
3537
- Sets `SPECIFY_AI_AGENT` environment variable automatically to match the chosen agent
36-
3738
- **`hash` command** — Deterministic environment fingerprint for drift detection and reproducibility
3839
- Produces a stable SHA-256 fingerprint from stack, resolved overlays, preset, base image, and tool version
3940
- Auto-resolves overlay dependencies (same logic as `plan`) so the hash includes transitively required overlays
@@ -42,7 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4243
- `--write` flag writes the full hash to `.devcontainer/superposition.hash` alongside the manifest
4344
- Hash is version-stable across patch releases (uses `major.minor` of the tool version only)
4445
- Full documentation at [`docs/hash.md`](docs/hash.md)
45-
4646
- **`adopt` command** — Adopt an existing `.devcontainer/` into the overlay-based model
4747
- Reads `devcontainer.json` and any linked `docker-compose.yml` files and analyses their contents
4848
- Resolves the `dockerComposeFile` field (string or array, relative paths) to support Docker Compose-based devcontainers where the compose file lives outside the `.devcontainer/` directory
@@ -330,7 +330,8 @@ This version was recalled due to a packaging issue (included `.tgz` tarball). Us
330330

331331
<!-- Links -->
332332

333-
[Unreleased]: https://github.com/veggerby/container-superposition/compare/v0.1.4...HEAD
333+
[Unreleased]: https://github.com/veggerby/container-superposition/compare/v0.1.5...HEAD
334+
[0.1.5]: https://github.com/veggerby/container-superposition/compare/v0.1.4...v0.1.5
334335
[0.1.4]: https://github.com/veggerby/container-superposition/compare/v0.1.3...v0.1.4
335336
[0.1.3]: https://github.com/veggerby/container-superposition/compare/v0.1.2...v0.1.3
336337
[0.1.2]: https://github.com/veggerby/container-superposition/compare/v0.1.1...v0.1.2

0 commit comments

Comments
 (0)