Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmang committed Jun 7, 2023
1 parent 70500a6 commit e2e7e2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
------------------

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)

project(
opustags
VERSION 1.8.0
VERSION 1.9.0
LANGUAGES CXX
)

Expand Down

0 comments on commit e2e7e2a

Please sign in to comment.