From 868c1b83cf0cf44dae8b75407dd4514a488d6150 Mon Sep 17 00:00:00 2001 From: bilby91 Date: Sat, 22 Aug 2026 21:37:43 -0300 Subject: [PATCH] docs(changelog): cut v0.4.1 Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 985e0c4..2434108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2026-08-22 + ### Fixed - **compose (native)** — non-primary services that declare `build:` are @@ -398,7 +400,8 @@ shelling out to `@devcontainers/cli`. - `events` is doc-tagged **experimental** until v1.0.0 — type shapes may evolve without a SemVer-major bump. -[Unreleased]: https://github.com/crunchloop/devcontainer/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/crunchloop/devcontainer/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/crunchloop/devcontainer/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/crunchloop/devcontainer/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/crunchloop/devcontainer/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/crunchloop/devcontainer/compare/v0.1.4...v0.2.0