Skip to content

Commit ccdd485

Browse files
authored
Add FunctionName traits, prepare for release (#42)
<!-- Reference any GitHub issues resolved by this PR --> Closes #10 ## Introduced changes <!-- A brief description of the changes --> - This moves FunctionName impl away from profiler - Bump version to prepare for release ## Checklist <!-- Make sure all of these are complete --> - [X] Linked relevant issue - [ ] Updated relevant documentation - [ ] Added relevant tests - [X] Performed self-review of the code - [X] Added changes to `CHANGELOG.md`
1 parent 5f94896 commit ccdd485

File tree

5 files changed

+179
-121
lines changed

5 files changed

+179
-121
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2024-11-22
11+
12+
### Added
13+
1014
- removed syscall_counter from ExecutionResources
1115
- wrapped CallTraceV1 into Box for better performance
1216
- implemented method `DeprecatedSyscallSelector::all()` for getting all possible libfuncs
1317
- added traits for `DeprecatedSyscallSelector` to allow its conversion from/to a string
18+
- added trait for `FunctionName` to allow its generation from sierra statement idx

0 commit comments

Comments
 (0)