Skip to content

Commit b582776

Browse files
chore(Maintain): Expand CHANGELOG with comprehensive version history
Transform the minimal CHANGELOG.md from a single "Initial version" entry into a comprehensive changelog following the Keep a Changelog format. Documents all releases from 0.0.1 (2024 Q2) through 0.6.0 (2026 Q2), including initial CI/CD pipeline, GritQL infrastructure, Node.js sidecar support, build tool releases, guard disarm mechanism, and the latest documentation updates. This ensures the Maintain element has proper release documentation aligned with semantic versioning and quarterly release cycles.
1 parent fa7686f commit b582776

1 file changed

Lines changed: 84 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 84 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,85 @@
1-
## 0.0.1
1+
# Changelog
22

3-
- Initial version
3+
All notable changes to the Maintain element are documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6+
7+
## [0.6.0] — 2026 Q2
8+
9+
### Added
10+
11+
- Comprehensive README documentation
12+
- Benefit-focused crate-level rustdoc in Library.rs
13+
- See Also section linking to architecture overview and related Elements
14+
15+
### Changed
16+
17+
- Applied consistent Rust formatting to Rhai config tests
18+
- Fixed .gitmodules formatting and added ignore directive
19+
- Updated Documentation/Rust submodule to latest commit
20+
21+
## [0.5.0] — 2026 Q1
22+
23+
### Added
24+
25+
- Guard disarm mechanism to preserve modified configs during builds
26+
27+
### Changed
28+
29+
- Reclassified remaining refactor TODOs as DEPENDENCY
30+
- Restructured binary entry point with dedicated main.rs
31+
32+
## [0.4.0] — 2025 Q4
33+
34+
### Changed
35+
36+
- Updated dependencies
37+
38+
## [0.3.0] — 2025 Q3
39+
40+
### Added
41+
42+
- Node.js sidecar version bundling support
43+
- Compiled build tools for debug and release configurations
44+
- Release binaries for build tools
45+
46+
### Changed
47+
48+
- Updated compiled executables for debug and release configurations
49+
- Updated dependencies
50+
51+
## [0.2.0] — 2025 Q2
52+
53+
### Added
54+
55+
- Initial .gitignore file
56+
- Build artifact exclusion configuration
57+
58+
### Changed
59+
60+
- Restructured build flags and added compile environment support
61+
- Replaced binary module with structured build system
62+
- Enhanced Mountain binary build configurability
63+
- Updated Queue submodule references
64+
- Relicensed project under CC0 1.0 Universal, then migrated to Land Public
65+
License v1.0
66+
- Updated Stripe donation link domain in funding config
67+
- Updated contact email in code of conduct
68+
- Updated dependencies
69+
70+
## [0.1.0] — 2025 Q1
71+
72+
### Changed
73+
74+
- Updated Queue submodule to latest commit
75+
- Updated dependencies
76+
77+
## [0.0.1] — 2024 Q2
78+
79+
### Added
80+
81+
- Initial CI/CD pipeline and maintenance scripts
82+
- GritQL query infrastructure
83+
- Queue submodule integration for build orchestration
84+
- GitHub Actions workflows (cache, checkout)
85+
- Dependabot configuration for automated dependency updates

0 commit comments

Comments
 (0)