Skip to content

Commit 9b6b474

Browse files
authored
Merge pull request #1943 from o1-labs/release/v2.1.1
Release v2.2.0 [CHECK SEMVER BEFORE MERGE]
2 parents 996ebb3 + bab0ce1 commit 9b6b474

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ 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/e1bac02...HEAD)
18+
## [Unreleased](https://github.com/o1-labs/o1js/compare/b857516...HEAD)
1919

20-
### Added
20+
## [2.2.0](https://github.com/o1-labs/o1js/compare/e1bac02...b857516) - 2024-12-10
2121

22-
-`ZkProgram` to support non-pure provable types as inputs and outputs https://github.com/o1-labs/o1js/pull/1828
22+
### Added
2323

24+
- `ZkProgram` to support non-pure provable types as inputs and outputs https://github.com/o1-labs/o1js/pull/1828
2425
- Add `enforceTransactionLimits` parameter on Network https://github.com/o1-labs/o1js/issues/1910
2526
- Method for optional types to assert none https://github.com/o1-labs/o1js/pull/1922
2627
- Increased maximum supported amount of methods in a `SmartContract` or `ZkProgram` to 30. https://github.com/o1-labs/o1js/pull/1918
@@ -64,7 +65,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
6465
- `divMod64()` division modulo 2^64 that returns the remainder and quotient of the operation
6566
- `addMod64()` addition modulo 2^64
6667
- Bitwise OR via `{UInt32, UInt64}.or()`
67-
- **BLAKE2B hash function** gadget [#1285](https://github.com/o1-labs/o1js/pull/1285)
68+
- **BLAKE2B hash function** gadget. https://github.com/o1-labs/o1js/pull/1767
6869

6970
## [1.9.1](https://github.com/o1-labs/o1js/compare/f15293a69...7e9394) - 2024-10-15
7071

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.1.0",
4+
"version": "2.2.0",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/o1-labs/o1js/",
77
"repository": {

0 commit comments

Comments
 (0)