Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 0cb5ed2

Browse files
bump: version 0.5.0 → 0.6.0
1 parent 35e8afd commit 0cb5ed2

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
commitizen:
22
name: cz_conventional_commits
33
tag_format: $version
4-
version: 0.5.0
4+
version: 0.6.0

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 0.6.0 (2022-10-19)
2+
3+
### Feat
4+
5+
- **utility**: add location utility
6+
- **common**: remove stdc option when using c++
7+
- **utility**: add JNI Interface Detector
8+
- add assertion utility for debug
9+
- **common**: add path utility for compatibility
10+
- **common**: implement class `Arguments`
11+
12+
### Fix
13+
14+
- **scripts**: pretty output
15+
- **utility**: fix `get_gep_index()`
16+
- **common**: change string vector to `Arguments`
17+
18+
### Refactor
19+
20+
- **runtime**: move files
21+
- **wrapper**: refine code
22+
123
## 0.5.0 (2022-10-12)
224

325
### Feat

0 commit comments

Comments
 (0)