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

Commit 6fae832

Browse files
bump: version 0.6.0 → 0.7.0
1 parent c89ff05 commit 6fae832

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

.cz.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
commitizen:
22
name: cz_conventional_commits
33
tag_format: $version
4+
version: 0.7.0
45
version_files:
5-
- "CMakeLists.txt:VERSION"
6-
version: 0.6.0
6+
- CMakeLists.txt:VERSION

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.7.0 (2022-10-26)
2+
3+
### Feat
4+
5+
- add JNI Interface Counter
6+
- **runtime**: add utility Dictionary
7+
8+
### Fix
9+
10+
- **wrapper**: manually add definition `ANDROID`
11+
- **pass**: fix compatibility with ASAN
12+
- **common**: seperate log into multiple files
13+
- **common**: fix LOG_LEVEL
14+
15+
### Refactor
16+
17+
- **utility**: refactor file structure
18+
119
## 0.6.0 (2022-10-19)
220

321
### Feat

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
if (POLICY CMP0048)
22
cmake_policy(SET CMP0048 NEW)
33
endif()
4-
project(clang-wrapper VERSION 0.6.0)
4+
project(clang-wrapper VERSION 0.7.0)
55
cmake_minimum_required(VERSION 3.24)
66

77
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)

0 commit comments

Comments
 (0)