We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f29dc commit f28dbf4Copy full SHA for f28dbf4
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [UNRELEASED]
+## [1.2.0] 2021-04-23
6
- Added new delay modes:
7
- Liquid (Sinc interpolation)
8
- Super Liquid (more ideal Sinc interpolation)
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.15)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12" CACHE STRING "Minimum OS X deployment target")
-project(ChowMatrix VERSION 1.1.0)
+project(ChowMatrix VERSION 1.2.0)
set(CMAKE_CXX_STANDARD 17)
add_subdirectory(modules)
0 commit comments