Skip to content
Merged
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
### Added
- Release automation produces tarball, DEB, and RPM artifacts through dedicated jobs and now supports manual dispatch with per-artifact toggles.
- `make dist VERSION=<x.y.z>` and `make dist-<tgz|deb|rpm> VERSION=<x.y.z>` targets mirror the CI workflow locally.
- Shared release logging helpers (`scripts/release/common.sh`) and richer packaging logs.
- Default CODEOWNERS entry to auto-request repository reviews from `@mihailfox`.
- Devcontainer provisioning now writes a Helix configuration preset and ensures terminal helpers/lynx are available.

### Changed
- The devcontainer launcher (`code-dev-container.sh`) detects an available terminal before running `docker exec`, improving portability.
- `scripts/release/build-artifacts.sh` calls `fpm` with explicit output types to eliminate runtime warnings.

## [0.1.0-alpha.2] - 2025-10-12

Expand Down