diff --git a/ChangeLog b/ChangeLog index 4499fd6..0021da4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Version 0.6.0 +------------- + * Add `LdGarbageCollection` configuration option for enabling link-time garbage collection (#82) + * Strip non-test binaries and shared objects by default (#83) + This can be disabled via the `DefaultStrip` configuration option. + Version 0.5.4 ------------- * Permit please_cc expressions in `linker_flags` parameters (#80) diff --git a/VERSION b/VERSION index 7d85683..a918a2a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.4 +0.6.0