Skip to content

Commit

Permalink
Revise version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rerrahkr committed Aug 1, 2021
1 parent 623332a commit 84e61af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BambooTracker/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ class Version
private:
// Application version
static constexpr unsigned int appMajor = 0;
static constexpr unsigned int appMinor = 4;
static constexpr unsigned int appRevision = 6;
static constexpr unsigned int appMinor = 5;
static constexpr unsigned int appRevision = 0;

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

## Unreleased

## v0.5.0 (2021-08-01)
### Added
- 2 new pattern effect
- `0Kxy`: Retrigger ([#249]; thanks [@Speedvicio], [@Ravancloak])
Expand Down Expand Up @@ -32,8 +34,8 @@
- [#382] - Update MAME emulation (thanks [@OPNA2608])
- [#382] - Change the project license to GPL v2+
- Move the repository to GitHub Organization
- [#389] - Update CI's Nixpkgs channel to 21.05
- Update translation: pl
- [#389] - Update CI's Nixpkgs channel to 21.05 (thanks [@OPNA2608])
- Update translation: pl, ja (thanks [@freq-mod])

### Fixed
- [#328] - Fix progress bar length in the wav export dialog (thanks [@Drillimation], [@OPNA2608])
Expand Down

0 comments on commit 84e61af

Please sign in to comment.