Skip to content

Commit

Permalink
Release 0.3.0-dev.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotmag769 authored Apr 17, 2024
1 parent 0b9dafb commit d97fbd4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0-dev.0] - 2024-04-17

### Added

- optional fields `CallTrace.vm_trace` and `CallEntryPoint.class_hash` to input structs
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "0.2.0"
version = "0.3.0-dev.0"
edition = "2021"


Expand Down
2 changes: 1 addition & 1 deletion crates/trace-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trace-data"
version = "0.2.0"
version = "0.3.0-dev.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit d97fbd4

Please sign in to comment.