From 79da793e99ac0b1e0cb404b218aec5977783b2af Mon Sep 17 00:00:00 2001 From: James Aman Date: Thu, 25 Jun 2026 21:00:53 -0500 Subject: [PATCH] chore(main): release 0.7.17 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e5c1bfef..1d2d68ab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.16" + ".": "0.7.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1963974a..36109425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.7.17](https://github.com/scasplte2/ottochain/compare/v0.7.16...v0.7.17) (2026-06-26) + + +### Features + +* **e2e:** readable economy run + live consuming morphisms ([#191](https://github.com/scasplte2/ottochain/issues/191)) ([96ac483](https://github.com/scasplte2/ottochain/commit/96ac4837001f05ac7f473e010f90882877c15230)) +* **engine:** effect hardening + rule-110 & staked-oracle e2e (wave 1) ([#183](https://github.com/scasplte2/ottochain/issues/183)) ([1c41c6c](https://github.com/scasplte2/ottochain/commit/1c41c6cfda85793b85c9cb948e3f93eca46923b6)) +* **fiber:** add the Immutable named policy preset ([#189](https://github.com/scasplte2/ottochain/issues/189)) ([c2673ff](https://github.com/scasplte2/ottochain/commit/c2673ffcae16e9e28d56ec786ce024981c0e02e1)) + + +### Code Refactoring + +* **fiber:** rework FiberPolicy into a named ADT ([#187](https://github.com/scasplte2/ottochain/issues/187)) ([0ff9792](https://github.com/scasplte2/ottochain/commit/0ff97929407fc2de58cd0c556521d3f22cefe804)) + + +### Documentation + +* refine whitepaper voice and capability claims ([#184](https://github.com/scasplte2/ottochain/issues/184)) ([a6e3b49](https://github.com/scasplte2/ottochain/commit/a6e3b4942ae1405f7486528cd2116fa60533f977)) + ## [0.7.15](https://github.com/scasplte2/ottochain/compare/v0.7.14...v0.7.15) (2026-06-19)