Release 1.5.1

This commit is contained in:
Frédéric Mangano 2020-11-21 11:05:56 +01:00
parent 30b7f44ead
commit 1d03da324c
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
opustags changelog
==================
1.5.1 - 2020-11-21
------------------
- Improve BSD support.
1.5.0 - 2020-11-08
------------------

View File

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