Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
ci: bump version 0.4.2 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 12, 2022
1 parent 56b60e8 commit bd006f5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ commitizen:
bump_message: 'ci: bump version $current_version -> $new_version'
name: cz_conventional_commits
tag_format: $version
version: 0.4.2
version: 0.5.0
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.5.0 (2022-10-12)

### Feat

- add struct-parser
- **common**: add `no_opaque_pointers` option
- **wrapper**: add `no_opaque_pointers` option

### Fix

- **pass**: fix include error
- **pass**: fix `run_on_instruction()`
- **common**: fix logging args

## 0.4.2 (2022-10-04)

### Perf
Expand Down

0 comments on commit bd006f5

Please sign in to comment.