Skip to content

Commit 64efd29

Browse files
committed
Release 0.7.0
1 parent 79c4ba4 commit 64efd29

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
## [0.7.0] - 05 May 2020
2+
3+
- Added ObjC type policies for official SDKs (macOS, iPhoneOS, WatchOS, AppleTVOS, + simulators)
4+
- Extract more ObjC type information from debug info
5+
16
## [0.6.0] - 14 Apr 2020
27

38
- Strict mode added (`-strict-mode`)
4-
- Added warnings for missing debug information and for the missing 'recommended flags'
9+
- Added warnings for missing debug information and for the missing 'recommended flags'
10+
- CPG emission sped up by tweaking `libzip` options
511

612
## [0.5.0] - 30 Mar 2020
713

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.13)
22

33
project(llvm2cpg
4-
VERSION 0.6.0
4+
VERSION 0.7.0
55
LANGUAGES C CXX
66
)
77

0 commit comments

Comments
 (0)