|
10 | 10 |
|
11 | 11 | # Change Log |
12 | 12 |
|
| 13 | +## [v0.2.0](https://specs.anoma.net/v0.2.0/) |
| 14 | + |
| 15 | +This release introduces significant new features and improvements to the Anoma specification, including protocol adapter integration, engine simulation capabilities, and major updates to the Resource Machine specifications. Key highlights include: |
| 16 | + |
| 17 | +- Added comprehensive protocol adapter integration documentation |
| 18 | +- Introduced interactive engine simulator with message passing support |
| 19 | +- Updated Resource Machine specifications (post-HHH edition) |
| 20 | +- Reorganized documentation structure and navigation |
| 21 | +- Updated to Juvix stdlib v0.11.0 |
| 22 | +- Various CI/CD improvements and tooling updates |
| 23 | + |
| 24 | +### Features |
| 25 | + |
| 26 | +- **System architecture** |
| 27 | + - [**#356**](https://github.com/anoma/nspec/pull/356): Add protocol adapter integration pages |
| 28 | + - [**#359**](https://github.com/anoma/nspec/pull/359): Update RM specs (post-HHH edition) |
| 29 | + - [**#369**](https://github.com/anoma/nspec/pull/369): Rename `resourceLogicProofs` to `logicVerifierInputs` |
| 30 | +- **Node architecture** |
| 31 | + - [**#347**](https://github.com/anoma/nspec/pull/347): Implement interactive engine simulator with message passing support |
| 32 | + - [**#355**](https://github.com/anoma/nspec/pull/355): Add engine simulator with message passing and pretty printing |
| 33 | +- **Repository maintenance and CI** |
| 34 | + - [**#358**](https://github.com/anoma/nspec/pull/358): Deploy pages to another repo |
| 35 | + - [**#367**](https://github.com/anoma/nspec/pull/367): Remove redundant deployment |
| 36 | + - [**#374**](https://github.com/anoma/nspec/pull/374): EVM-PA: use permalinks and small improvements |
| 37 | + |
| 38 | +### Fixes |
| 39 | + |
| 40 | +- **Repository maintenance and CI** |
| 41 | + - [**#343**](https://github.com/anoma/nspec/pull/343): Fix mkdocs nav |
| 42 | + - [**#351**](https://github.com/anoma/nspec/pull/351): Fix/update github actions |
| 43 | + - [**#363**](https://github.com/anoma/nspec/pull/363): Enforce pre-commit checks and remove auto-fix |
| 44 | + - [**#364**](https://github.com/anoma/nspec/pull/364): Remove pull request template |
| 45 | +- **Tutorial and documentation** |
| 46 | + - [**#381**](https://github.com/anoma/nspec/pull/381): Reorganize navigation in mkdocs.yml |
| 47 | + |
| 48 | +### Changes |
| 49 | + |
| 50 | +- **Juvix types and updates** |
| 51 | + - [**#361**](https://github.com/anoma/nspec/pull/361): Bump to stdlib 0.11.0 and name convention used for user-defined data types |
| 52 | +- **Repository maintenance and CI** |
| 53 | + - [**#365**](https://github.com/anoma/nspec/pull/365): Update project configuration and tooling |
| 54 | + |
13 | 55 | ## [v0.1.4](https://specs.anoma.net/v0.1.4/) |
14 | 56 |
|
15 | 57 | This release focuses on improving the prose, layout, and documentation structure. Key changes include: |
|
0 commit comments