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

Commit

Permalink
bump: version 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 19, 2022
1 parent 35e8afd commit 0cb5ed2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
commitizen:
name: cz_conventional_commits
tag_format: $version
version: 0.5.0
version: 0.6.0
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 0.6.0 (2022-10-19)

### Feat

- **utility**: add location utility
- **common**: remove stdc option when using c++
- **utility**: add JNI Interface Detector
- add assertion utility for debug
- **common**: add path utility for compatibility
- **common**: implement class `Arguments`

### Fix

- **scripts**: pretty output
- **utility**: fix `get_gep_index()`
- **common**: change string vector to `Arguments`

### Refactor

- **runtime**: move files
- **wrapper**: refine code

## 0.5.0 (2022-10-12)

### Feat
Expand Down

0 comments on commit 0cb5ed2

Please sign in to comment.