Release 1.9.0

This commit is contained in:
Frédéric Mangano 2023-06-07 11:32:09 +09:00
parent 70500a6aac
commit e2e7e2a5a0
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)
project(
opustags
VERSION 1.8.0
VERSION 1.9.0
LANGUAGES CXX
)