Skip to content

Commit 5551828

Browse files
committed
0.2.0
1 parent c21e1a9 commit 5551828

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Release date:
55

66
New features:
77

8+
Bug fixes:
9+
10+
Other:
11+
12+
0.2.0
13+
=====
14+
15+
Release date:
16+
17+
Wed, 05 Mar 2025 23:33:50 +0200
18+
19+
New features:
20+
821
* Add Edit menu entry to reset instruments
922

1023
* Implement adjustable delays

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 1)
7+
set(VERSION_MINOR 2)
88
set(VERSION_PATCH 0)
99
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
1010

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.1.0/ HEAD > noteahead-0.1.0.tar.gz
1+
git archive --format=tar.gz --prefix=noteahead-0.2.0/ HEAD > noteahead-0.2.0.tar.gz

0 commit comments

Comments
 (0)