From 4ac4cd6d078a1336d16783d37566202b10810aed Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Fri, 28 Nov 2025 16:17:13 +0000 Subject: [PATCH] Tag v0.7.1 --- ChangeLog | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c1b4f01..0d8e9b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/VERSION b/VERSION index faef31a..39e898a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0 +0.7.1