Skip to content

Commit ecedbfb

Browse files
committed
docs: Update CHANGELOG for v1.0.0
1 parent 0ea87fb commit ecedbfb

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,44 @@ All notable changes to the AIXCL project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [v1.0.0] - 2026-04-30
8+
9+
### Summary
10+
11+
**Official v1.0.0 Release** - Production-ready AIXCL platform. This release finalizes 9 release candidates with comprehensive infrastructure improvements, devcontainer fixes, and repository governance. Key achievements include complete Codespaces compatibility, proper CODEOWNERS configuration, and robust branch protection.
12+
13+
### Added
14+
15+
- **Devcontainer Simplification**: Consolidated lifecycle scripts and fixed Codespaces compatibility (#888)
16+
- Merged 4 scripts into 1 post-attach script with first-run detection
17+
- Removed external volume requirement for automatic Codespaces provisioning
18+
- Renamed devcontainer to 'codespace devcontainer' for clarity
19+
- Fixed docker-compose paths for correct file resolution
20+
21+
### Changed
22+
23+
- **CODEOWNERS Configuration**: Updated to reflect sole maintainer ownership (#893)
24+
- Set @sbadakhc as default owner for entire repository
25+
- Simplified from 10-line multi-owner to 3-line single-owner configuration
26+
- Added documentation comment explaining ownership model
27+
28+
### Infrastructure
29+
30+
- **Branch Protection**: Configured active rulesets for main and dev branches
31+
- Main: Requires 1 review + CODEOWNERS approval
32+
- Dev: Requires PR with CODEOWNERS approval (0 reviews for flexibility)
33+
- Code scanning and quality checks enforced on both branches
34+
35+
- **CI/CD Improvements**: Split tests into quick and integration workflows
36+
- Updated docker/setup-buildx-action to v4 for Node.js 24 compatibility
37+
- All CI checks passing consistently
38+
39+
### Contributors
40+
41+
Special thanks to all contributors across 9 release candidates who helped achieve this production-ready release.
42+
43+
---
44+
745
## [v1.0.0-rc9] - 2026-04-30
846

947
### Summary

0 commit comments

Comments
 (0)