Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.7.1
-------------
* Don't copy symbol tables when combining BSD-variant ar archives (#97)
* Don't collect headers and macros from dependencies transitively (#98)
* Prioritise headers provided by dependencies over system headers (#99)

Version 0.7.0
-------------
* Use `cc` and `c++` as the default values of the `CCTool` and `CPPTool` configuration options
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.7.1