From a22c81e727bdfe5ffb688126901c787941c3a0d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Mangano-Tarumi?= Date: Sun, 4 Oct 2020 09:34:13 +0200 Subject: [PATCH] release 1.4.0 --- CHANGELOG.md | 10 ++++++++++ CMakeLists.txt | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e193260..f939361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ opustags changelog ================== +1.4.0 - 2020-10-04 +------------------ + +- Preserve permissions when overwriting files. +- Support multiple files with --in-place. +- Fix BSD support. + +Thanks to Reuben Thomas for contributing the pièce de résistance of this +release! + 1.3.0 - 2019-02-02 ------------------ diff --git a/CMakeLists.txt b/CMakeLists.txt index 0552364..50ecd65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.9) project( opustags - VERSION 1.3.0 + VERSION 1.4.0 LANGUAGES CXX )