Release 1.10.0

This commit is contained in:
Frédéric Mangano 2024-05-03 18:49:03 +09:00
parent 0067162ffb
commit 6ae008befd
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
opustags changelog
==================
1.10.0 - 2024-05-03
-------------------
- Introduce -z to delimit tags with null bytes.
This option makes it possible to leverage GNU sed or GNU grep for automated tag edition with
`opustags -z … | sed -z … | opustags -z -S …`, while also supporting multi-line tags.
1.9.0 - 2023-06-07
------------------

View File

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