release 1.4.0

This commit is contained in:
Frédéric Mangano-Tarumi 2020-10-04 09:34:13 +02:00
parent 9715f0242f
commit a22c81e727
2 changed files with 11 additions and 1 deletions

View File

@ -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
------------------

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.9)
project(
opustags
VERSION 1.3.0
VERSION 1.4.0
LANGUAGES CXX
)