Skip to content

Commit

Permalink
Release 0.5.0 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotmag769 authored Aug 1, 2024
1 parent 8969b83 commit 1e077ae
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 23 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2024-08-01

### Added

- support for Sierra 1.6.0

## [0.5.0-rc.0] - 2024-07-03

### Added
Expand Down
38 changes: 19 additions & 19 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "0.5.0-rc.0"
version = "0.5.0"
edition = "2021"


Expand All @@ -32,6 +32,6 @@ tempfile = "3.10.1"
regex = "1.10"
lazy_static = "1.4.0"

cairo-lang-sierra = "2.7.0-rc.0"
cairo-lang-sierra-to-casm = "2.7.0-rc.0"
cairo-lang-starknet-classes = "2.7.0-rc.0"
cairo-lang-sierra = "2.7.0"
cairo-lang-sierra-to-casm = "2.7.0"
cairo-lang-starknet-classes = "2.7.0"

0 comments on commit 1e077ae

Please sign in to comment.