Skip to content

Commit

Permalink
Merge branch 'main' into notlesh/allow-ints-in-relocation-table
Browse files Browse the repository at this point in the history
  • Loading branch information
notlesh committed Dec 2, 2024
2 parents 72d27c8 + 1f71192 commit 11efb66
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: "Install on ${{ matrix.os }}"
strategy:
matrix:
os: [ubuntu-22.04, macos-12]
os: [ubuntu-22.04, macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* fix: [#1862](https://github.com/lambdaclass/cairo-vm/pull/1862):
* Use MaybeRelocatable for relocation table

* chore: bump pip `cairo-lang` 0.13.3 [#1884](https://github.com/lambdaclass/cairo-vm/pull/1884)

#### [2.0.0-rc1] - 2024-11-20

* feat: add `EvalCircuit` and `TestLessThanOrEqualAddress` hints [#1843](https://github.com/lambdaclass/cairo-vm/pull/1843)
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @igaray @Oppen @fmoletta @juanbono @pefontana
* @igaray @Oppen @fmoletta @juanbono @pefontana @gabrielbosio
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ bitarray==2.7.3
fastecdsa==2.3.0
sympy==1.11.1
typeguard==2.13.3
cairo-lang==0.13.2
cairo-lang==0.13.3

0 comments on commit 11efb66

Please sign in to comment.