Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.8.0] - 2026-08-28

- Release 0.8.0: Phase 6 completion (Oliver pin 06dd640, adapter direct), theme registry + config nav, DaisyUI trio + palette switching, UX sweep 2, identity primitives, docs trio

## [0.7.0] - 2026-08-15

- Release 0.7.0: Oliver pinned to 6edb520c with download-first install from upstream builds release
Expand Down
2 changes: 1 addition & 1 deletion bones/config/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.8.0
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1 class="rk-title">Smoke Fixture &amp; &lt;Tomb&gt;</h1>
> Keep the dead quiet at night.
</main>
<footer class="rk-footer">
<p class="footer-credit">Rendered by Rotkeeper · v0.7.0</p>
<p class="footer-credit">Rendered by Rotkeeper · v0.8.0</p>
</footer>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2>Blocks</h2>
</article>
</main>
<footer class="brutal-footer">
<span>RENDERED BY ROTKEEPER · v0.7.0</span>
<span>RENDERED BY ROTKEEPER · v0.8.0</span>

</footer>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2>Blocks</h2>
</div>
<footer class="journal-footer">
<p class="rk-lore">† The Rotkeeper tends the necropolis — what is buried here is not lost †</p>
<p class="footer-credit">Rendered by Rotkeeper · v0.7.0</p>
<p class="footer-credit">Rendered by Rotkeeper · v0.8.0</p>
</footer>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2>Blocks</h2>
</div>
<footer class="journal-footer">
<p class="rk-lore">† The Rotkeeper tends the necropolis — what is buried here is not lost †</p>
<p class="footer-credit">Rendered by Rotkeeper · v0.7.0</p>
<p class="footer-credit">Rendered by Rotkeeper · v0.8.0</p>
</footer>
</div>
</body>
Expand Down
1 change: 1 addition & 0 deletions home/content/docs/road-to-bones/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ their exact Git commit. Where the source is silent, the ledger stays silent.

## Living Buildlog
<!-- LIVING_BUILDLOG_START -->
* `v0.8.0` - (2026-08-28 11:08) - Release 0.8.0: Phase 6 completion (Oliver pin 06dd640, adapter direct), theme registry + config nav, DaisyUI trio + palette switching, UX sweep 2, identity primitives, docs trio
* `v0.7.0` - (2026-08-15 11:45) - Release 0.7.0: Oliver pinned to 6edb520c with download-first install from upstream builds release
* `v0.6.0` - (2026-08-13 07:12) - 0.6.0 engineering pass — shell safety, hardening, hygiene
* `v0.5.3` - (2026-08-13 00:08) - Oliver renderer swap: rc-oliver-adapter, preflight gating, hermetic GFM contract fixtures, CI matrix hardening
Expand Down
Loading