Skip to content

Commit cce5526

Browse files
chore: update CHANGELOG.md for v0.11.0 (#86)
Adds CHANGELOG entry for v0.11.0 release (SFML 3 & Raylib engine reference docs). Cleans up stale 'unreleased' stubs and adds proper versioned section. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: striderZA <striderZA@users.noreply.github.com>
1 parent 7713bc7 commit cce5526

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Bug Fixes
4+
5+
- Update .opencode/{agents,skills,commands}/ paths to canonical .agents/
6+
- Bump question tool max options from 4 to 10
7+
- Remove dead ternary in question tool (both branches same value)
8+
9+
310
All notable changes to this project will be documented in this file.
411

512
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
@@ -122,3 +129,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
122129

123130

124131

132+

CHANGELOG_INTERNAL.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [unreleased] — 2026-07-23
4+
5+
### FIX
6+
7+
- update .opencode/{agents,skills,commands}/ paths to canonical .agents/ [`4f4d944`]
8+
- bump question tool max options from 4 to 10 [`e9cb855`]
9+
- remove dead ternary in question tool (both branches same value) [`43405e9`]
10+
11+
### CHORE
12+
13+
- update CHANGELOG.md for v0.11.0 [`850253a`]
14+
- **deps**: bump actions/setup-node from 6 to 7 (#75) [`f9d61d3`]
15+
- **deps**: bump actions/checkout from 6 to 7 (#74) [`7f5e94b`]
16+
- prepare v0.10.2 (#73) [`96f52fa`]
17+
- remove superpowers reference from CHANGELOG [`075b68d`]
18+
- prepare v0.10.1 [`5d4543b`]
19+
20+
### Other Changes
21+
22+
- Fix Pi compatibility gaps (module installer, config, drift detector) (#84) [`6ef55fb`]
23+
- Fix plugin code quality issues (dead code, cross-platform notifications, E2E test) (#83) [`12a6321`]
24+
25+
326
## [unreleased] — 2026-07-23
427

528
### FIX
@@ -162,3 +185,4 @@
162185

163186

164187

188+

0 commit comments

Comments
 (0)