Skip to content

Commit 2bb534a

Browse files
authored
docs: update changelog (#8)
## Summary - capture existing project history using Keep a Changelog structure - document the unreleased provisioning updates to the devcontainer - add release comparison links for the 0.1.0-alpha.1 tag ## Testing - not run (documentation change)
1 parent eb41c69 commit 2bb534a

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9-
- Initial Git history with installer script, devcontainer tooling, and smoke tests.
9+
### Added
10+
- Provisioning helper scripts (`on-create.sh`, `config.sh`, `utils.sh`) to share devcontainer setup logic.
11+
12+
### Changed
13+
- Make the VS Code launcher exit immediately when remote initialization fails.
14+
- Align Helix installation with the packaged version and disable ShellCheck quick fixes by default.
15+
16+
### Fixed
17+
- Resolve the Helix version mismatch that caused repeated downloads in the devcontainer.
18+
19+
## [0.1.0-alpha.1] - 2025-10-10
20+
21+
### Added
22+
- Initial project scaffolding, licensing, and installer documentation.
23+
- Devcontainer definition with explainshell stack bootstrap, shared dotfiles, and hardened provisioning.
24+
- GitHub workflows for smoke tests, ShellCheck, release validation, and contribution guidance.
25+
- Installer smoke tests exercising the CLI workflow.
26+
27+
### Changed
28+
- Release automation updated with the permissions required for publishing artifacts.
29+
30+
[Unreleased]: https://github.com/mihailfox/helix-url-handler/compare/v0.1.0-alpha.1...main
31+
[0.1.0-alpha.1]: https://github.com/mihailfox/helix-url-handler/releases/tag/v0.1.0-alpha.1

0 commit comments

Comments
 (0)