Skip to content

Commit cbae318

Browse files
committed
0.14.0
1 parent 1da25d5 commit cbae318

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ x.y.z
33

44
Release date:
55

6+
New features:
7+
8+
Bug fixes:
9+
10+
Other:
11+
12+
0.14.0
13+
======
14+
15+
Release date:
16+
617
Fri, 17 Oct 2025 20:11:55 +0300
718

819
New features:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(Noteahead LANGUAGES CXX)
44

55
# Global version
66
set(VERSION_MAJOR 0)
7-
set(VERSION_MINOR 13)
7+
set(VERSION_MINOR 14)
88
set(VERSION_PATCH 0)
99
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
1010

data/linux/noteahead.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<url type="homepage">https://github.com/juzzlin/Noteahead</url>
1919
<update_contact>[email protected]</update_contact>
2020
<releases>
21-
<release version="0.13.0" date="2025-10-06"></release>
21+
<release version="0.14.0" date="2025-10-17"></release>
2222
</releases>
2323
</component>

scripts/build-archive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git archive --format=tar.gz --prefix=noteahead-0.13.0/ HEAD > noteahead-0.13.0.tar.gz
1+
git archive --format=tar.gz --prefix=noteahead-0.14.0/ HEAD > noteahead-0.14.0.tar.gz

0 commit comments

Comments
 (0)