Skip to content

Commit

Permalink
Release 0.3.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotmag769 authored May 20, 2024
1 parent c1ae0a4 commit d882461
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2024-04-20

### Added

- basic function level profiling
- function level profiling for steps

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

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.3.0-dev.0"
version = "0.3.0"
edition = "2021"


Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ You can learn more about pprof usage options [here](https://github.com/google/pp
- [x] L2 resources - steps, memory holes, builtins, syscalls
- [ ] L1 resources - contract updates, L2 -> L1 messages
- [ ] Function level profiling:
- [x] Basic function level profiling
- [x] Steps profiling
- [ ] Builtins profiling
- [ ] Memory holes profiling
- [ ] Information about inlined functions
- [ ] Integrating with other tools:
- [x] Exposing `cairo-profiler` library to allow other tools to integrate
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.3.0-dev.0"
version = "0.3.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 d882461

Please sign in to comment.