From 512bb4595f4fc09ceaed5831b45f2c53e86f8efd Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Mon, 21 Oct 2024 11:09:39 +0100 Subject: [PATCH] Tag v1.1.0 --- ChangeLog | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 02a216a..2ec4e97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Version 1.1.0 +------------- + * `zip`: improve efficiency of `--preamble_file` option (#19) + * `zip`: explicitly make `--preamble_*` options mutually exclusive (#21) + * `zip`: read all non-zip data from `--preamble_from` file (#22) + Version 1.0.4 ------------- * Write ar archives that can be read by llvm-ar. diff --git a/VERSION b/VERSION index ee90284..9084fa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.4 +1.1.0