Release 1.5.0

This commit is contained in:
Frédéric Mangano 2020-10-31 12:22:05 +01:00
parent 7c8396ca45
commit 4a1b8705cc
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
opustags changelog
==================
1.5.0 - 2020-11-08
------------------
- Introduce --edit for interactive edition.
1.4.0 - 2020-10-04
------------------

View File

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