From e2e7e2a5a0555a1663c5c9e065eed5545207a064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Mangano?= Date: Wed, 7 Jun 2023 11:32:09 +0900 Subject: [PATCH] Release 1.9.0 --- CHANGELOG.md | 6 ++++++ CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff0ecd3..86d8a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ opustags changelog ================== +1.9.0 - 2023-06-07 +------------------ + +- Introduce --vendor and --set-vendor. +- Close the input file before finalizing the output, in order to fix --in-place on SMB drives. + 1.8.0 - 2023-03-07 ------------------ diff --git a/CMakeLists.txt b/CMakeLists.txt index c4eb367..be4de3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11) project( opustags - VERSION 1.8.0 + VERSION 1.9.0 LANGUAGES CXX )