Skip to content

Commit 6b6d8b9

Browse files
authored
Merge pull request #2237 from o1-labs/release/v2.5.1
Release v2.6.0
2 parents 3eef10d + ec8af40 commit 6b6d8b9

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ 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/4e23a60...HEAD)
18+
## [Unreleased](https://github.com/o1-labs/o1js/compare/3eef10d...HEAD)
19+
20+
## [2.6.0](https://github.com/o1-labs/o1js/compare/4e23a60...3eef10d) - 2025-05-30
1921

2022
### Added
2123

2224
- [PR! 1905](https://github.com/o1-labs/o1js/pull/1905) API support for circuit chunking
23-
- still requires memory optimizations to be fully functional, and
24-
- proof-systems version still needs to be updated to include [this commit](https://github.com/o1-labs/proof-systems/pull/3222/commits/8c37c293f8159eed3676964ba47fc5dc0ae6ea1e)
25-
- that fixed the zero knowledge rows mismatch across Kimchi WASM bindings
25+
- work in progress - still requires memory optimizations to be fully functional
26+
- [PR !1848](https://github.com/o1-labs/o1js/pull/1848) Dynamic array provable type
2627

2728
## [2.5.0](https://github.com/o1-labs/o1js/compare/6ff7f8470a...4e23a60)
2829

@@ -32,8 +33,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
3233

3334
### Added
3435

35-
- [PR !1848](https://github.com/o1-labs/o1js/pull/1848) Dynamic array provable type
36-
3736
- [PR !2076](https://github.com/o1-labs/o1js/pull/2076)
3837
- o1js-bindings is no longer a submodule (same directory structure)
3938
- compiled artifacts are now gitignored

npmDepsHash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha256-m3NmZHhCuQxDpYHmB3sRLvitqu2bzbnNaAKY2KOCSIM=
1+
sha256-BbQaG1unSH42VqtTjETCpm7lU29C1DskfXAJbYBvO5A=

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: 2 additions & 2 deletions
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.5.0",
4+
"version": "2.6.0",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/o1-labs/o1js/",
77
"repository": {
@@ -54,7 +54,7 @@
5454
"build:wasm": "./src/bindings/scripts/update-wasm-and-types.sh",
5555
"build:web": "rimraf ./dist/web && node src/build/build-web.js",
5656
"build:examples": "npm run build && rimraf ./dist/examples && npx tsc -p tsconfig.examples.json && npx tsc -p benchmark/tsconfig.json",
57-
"checkForBindings" : "test -d ./src/bindings/compiled || npm run build:bindings-download",
57+
"checkForBindings": "test -d ./src/bindings/compiled || npm run build:bindings-download",
5858
"build:docs": "npx typedoc",
5959
"prepublish:web": "npm run checkForBindings && NODE_ENV=production node src/build/build-web.js",
6060
"prepublish:node": "npm run checkForBindings && node src/build/copy-artifacts.js && rimraf ./dist/node && tsc -p tsconfig.node.json && node src/build/copy-to-dist.js && NODE_ENV=production node src/build/build-node.js",

0 commit comments

Comments
 (0)