Skip to content

Commit 1a9bcfa

Browse files
committed
Merge remote-tracking branch 'origin/main' into v0.2.0
2 parents fcaa822 + e850e7b commit 1a9bcfa

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

docs/changelog.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,48 @@ tags:
1010

1111
# Change Log
1212

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+
1355
## [v0.1.4](https://specs.anoma.net/v0.1.4/)
1456

1557
This release focuses on improving the prose, layout, and documentation structure. Key changes include:

0 commit comments

Comments
 (0)