File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,19 @@ Bug fixes:
99
1010Other:
1111
12+ 0.14.1
13+ ======
14+
15+ Release date:
16+
17+ Sat, 18 Oct 2025 21:14:00 +0300
18+
19+ New features:
20+
21+ Bug fixes:
22+
23+ * Fix incorrect check for pattern validity
24+
12250.14.0
1326======
1427
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project(Noteahead LANGUAGES CXX)
55# Global version
66set (VERSION_MAJOR 0)
77set (VERSION_MINOR 14)
8- set (VERSION_PATCH 0 )
8+ set (VERSION_PATCH 1 )
99set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
1010
1111message ("\n ${CMAKE_PROJECT_NAME} ${VERSION} \n " )
Original file line number Diff line number Diff line change 1818 <url type =" homepage" >https://github.com/juzzlin/Noteahead</url >
1919 <
update_contact >
[email protected] </
update_contact >
2020 <releases >
21- <release version =" 0.14.0 " date =" 2025-10-17 " ></release >
21+ <release version =" 0.14.1 " date =" 2025-10-18 " ></release >
2222 </releases >
2323</component >
Original file line number Diff line number Diff line change 1- git archive --format=tar.gz --prefix=noteahead-0.14.0 / HEAD > noteahead-0.14.0 .tar.gz
1+ git archive --format=tar.gz --prefix=noteahead-0.14.1 / HEAD > noteahead-0.14.1 .tar.gz
You can’t perform that action at this time.
0 commit comments