Skip to content

Commit 045b1ab

Browse files
authored
Merge pull request #2263 from o1-labs/release/v2.6.1
Release v2.7.0
2 parents a44b7cc + 9305bb3 commit 045b1ab

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1515
_Security_ in case of vulnerabilities.
1616
-->
1717

18-
## [Unreleased](https://github.com/o1-labs/o1js/compare/3eef10d...HEAD)
18+
## [Unreleased](https://github.com/o1-labs/o1js/compare/ad17c4a1...HEAD)
19+
20+
## [2.7.0](https://github.com/o1-labs/o1js/compare/3eef10d...ad17c4a1) - 2025-07-23
1921

2022
### Added
2123

2224
- Lazy mode for prover index computation. https://github.com/o1-labs/o1js/pull/2143
23-
- Added reverse functionality to `DynamicArray` and indexed `forEach` and `forEachReverse` variants.
25+
- Added reverse functionality to `DynamicArray` and indexed `forEach` and `forEachReverse` variants. https://github.com/o1-labs/o1js/pull/2250
2426
- Added `ZkProgram.analyzeSingleMethod(methodName: string)` to analyze a single method of a ZkProgram. https://github.com/o1-labs/o1js/pull/2217
2527
- This is an addition to `ZkProgram.analyzeMethods()` which analyzes all methods of a ZkProgram by executing them.
2628
- Now only a single method is analyzed at a time.

npmDepsHash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha256-/cd6BzDP0GjgJ66kAG9rITMZsvBBmee+OuTs1Usu01A=
1+
sha256-/fDyJgVntjRTCzH3smHa9UvUqDTcxtl9qB7J4FgDbJs=

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "o1js",
33
"description": "TypeScript framework for zk-SNARKs and zkApps",
4-
"version": "2.6.0",
4+
"version": "2.7.0",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/o1-labs/o1js/",
77
"repository": {

0 commit comments

Comments
 (0)