Skip to content

Commit 956866e

Browse files
committed
Update changelog and raise version
1 parent 81a5af8 commit 956866e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change log
22

3+
## Release 0.7.2
4+
* Fixed: KeyInputHelperTest failed with QT_QPA_PLATFORM=offscreen. ([#335](https://github.com/ksnip/kImageAnnotator/issues/335))
5+
36
## Release 0.7.1
47
* Fixed: Crash after pressing key when no tab exists or closing last tab. ([#334](https://github.com/ksnip/kImageAnnotator/issues/334))
58

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
2-
project(kImageAnnotator LANGUAGES CXX VERSION 0.7.1)
2+
project(kImageAnnotator LANGUAGES CXX VERSION 0.7.2)
33

44
set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kImageAnnotator [![Linux Build Status][github-badge-linux]][github-url-linux] [![Windows Build Status][github-badge-windows]][github-url-windows] [![Translation status][weblate-badge]][weblate-url]
22
Tool for annotating images
33

4-
Version 0.7.1
4+
Version 0.7.2
55

66
![kImageAnnotator](https://i.imgur.com/4vlPDUn.png "kImageAnnotator")
77

0 commit comments

Comments
 (0)