Skip to content

Commit

Permalink
v0.5.0 [no build]
Browse files Browse the repository at this point in the history
  • Loading branch information
stoneface86 committed Sep 10, 2021
1 parent 8482b2f commit 21d7467
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.5.0] - 2021-09-10
### Added
- Instrument + Waveform list views for selecting/adding instruments/waveforms
- Effect columns can now be hidden/added for each track
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE "${CMAKE_CURRENT_LIST_DIR}/CompilerOverrides.

project (
trackerboy
VERSION "0.4.0"
VERSION "0.5.0"
LANGUAGES C CXX
)

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "trackerboy",
"description": "Gameboy/Gameboy Color music tracker",
"version": "0.4.0",
"version": "0.5.0",
"dependencies": [
"catch2",
"rtmidi"
Expand Down

0 comments on commit 21d7467

Please sign in to comment.