Skip to content

Commit

Permalink
Revise version to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rerrahkr committed Aug 2, 2023
1 parent 9bf6c7a commit 7b120d5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------#

# version format
version: 0.6.1.{build}
version: 0.6.2.{build}

# branches to build
branches:
Expand Down
2 changes: 1 addition & 1 deletion BambooTracker/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Version
// Application version
static constexpr unsigned int appMajor = 0;
static constexpr unsigned int appMinor = 6;
static constexpr unsigned int appRevision = 1;
static constexpr unsigned int appRevision = 2;

// Module file version
static constexpr unsigned int modFileMajor = 1;
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## v0.6.2 (2023-08-02)

### Chnaged

- [#490] - Show Effect list track types as separate columns ([#489]; thanks [@cxong])
- [#493] - Update RtAudio v6.0.0 ([#492]; thanks [@OPNA2608])

### Fixed

- [#482] - Fix compiler error with clang15 (thanks [@ehaupt])
Expand All @@ -10,6 +17,10 @@
[#482]: https://github.com/BambooTracker/BambooTracker/pull/482
[#483]: https://github.com/BambooTracker/BambooTracker/issues/483
[#484]: https://github.com/BambooTracker/BambooTracker/pull/484
[#490]: https://github.com/BambooTracker/BambooTracker/pull/490
[#489]: https://github.com/BambooTracker/BambooTracker/issues/489
[#492]: https://github.com/BambooTracker/BambooTracker/issues/492
[#493]: https://github.com/BambooTracker/BambooTracker/pull/493

## v0.6.1 (2023-02-04)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.10)
project (BambooTracker VERSION 0.6.1 LANGUAGES C CXX)
project (BambooTracker VERSION 0.6.2 LANGUAGES C CXX)

option (INSTALL_FLAT
"Install everything under CMAKE_INSTALL_PREFIX instead of using Unix-style directory layout (GNUInstallDirs)" ${WIN32}
Expand Down
6 changes: 4 additions & 2 deletions data/specs/speclist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Version table between tracker, module specification and instrument specification
| 0.5.3 | | | |
|---------+--------+------------+-------|
| 0.6.0 | | | |
|---------+ 1.6.1 | 1.5.1 | 1.3.1 |
| 0.6.1 | | | |
|---------+ | | |
| : | 1.6.1 | 1.5.1 | 1.3.1 |
|---------+ | | |
| 0.6.2 | | | |
|---------+--------+------------+-------|

0 comments on commit 7b120d5

Please sign in to comment.