Skip to content

Commit

Permalink
Merge pull request #1881 from o1-labs/release/2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
Trivo25 authored Oct 22, 2024
2 parents b04520d + 7dbea54 commit 6ebbc23
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- main
- develop
- v1
- v3
pull_request:
workflow_dispatch: {}

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/live-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ on:
push:
branches:
- main
- v2
- v3
- v1
pull_request:
branches:
- main
- v2
- v3
- v1
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pkg-pr-new-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- main
- v1
- v3
workflow_dispatch: {}

jobs:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
_Security_ in case of vulnerabilities.
-->

## [Unreleased](https://github.com/o1-labs/o1js/compare/7e9394...HEAD)
## [Unreleased](https://github.com/o1-labs/o1js/compare/b04520d...HEAD)

## [2.0.0](https://github.com/o1-labs/o1js/compare/f15293a69...HEAD)
## [2.0.0](https://github.com/o1-labs/o1js/compare/7e9394...b04520d)

### Breaking Changes

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "o1js",
"description": "TypeScript framework for zk-SNARKs and zkApps",
"version": "1.9.1",
"version": "2.0.0",
"license": "Apache-2.0",
"homepage": "https://github.com/o1-labs/o1js/",
"repository": {
Expand Down

0 comments on commit 6ebbc23

Please sign in to comment.