From afd62d21267814dfb71181aa002e78770b602036 Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Tue, 28 Oct 2025 14:55:54 +0000 Subject: [PATCH] Tag v1.3.0 --- ChangeLog | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f22a2bc..f460f62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Version 1.3.0 +------------- + * zip: change temporary output file pattern from `jarcat-*` to `arcat-*` (#36) + * zip: add `--include` option, for adding members of certain zip files to the output zip file before + those in zip files discovered in input directories (#37) + Version 1.2.1 ------------- * ar: treat file names containing spaces like long file names when writing BSD-style archives (#33) diff --git a/VERSION b/VERSION index 6085e94..f0bb29e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.1 +1.3.0