Skip to content

Commit

Permalink
updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed May 15, 2023
1 parent 77d5a95 commit 00a8e26
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.17)
project(re-mock LANGUAGES CXX)
set(re-mock_VERSION_MAJOR 1)
set(re-mock_VERSION_MINOR 4)
set(re-mock_VERSION_PATCH 2)
set(re-mock_VERSION_PATCH 3)
set(re-mock_VERSION "${re-mock_VERSION_MAJOR}.${re-mock_VERSION_MINOR}.${re-mock_VERSION_PATCH}")

# Using C++17
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Introduction

The goal of this project is to offer mock classes of the Reason SDK APIs in order to be able to unit test (or black box test) rack extensions (for Reason DAW by Reason Studios).

[![Run Tests (macOS)](https://github.com/pongasoft/re-mock/actions/workflows/run-tests-macos-action.yml/badge.svg)](https://github.com/pongasoft/re-mock/actions/workflows/run-tests-macos-action.yml) [![Run Tests (Windows)](https://github.com/pongasoft/re-mock/actions/workflows/run-tests-windows-action.yml/badge.svg)](https://github.com/pongasoft/re-mock/actions/workflows/run-tests-windows-action.yml)

Features
--------

Expand Down Expand Up @@ -83,6 +85,13 @@ Links
Release notes
-------------

#### 1.4.3 - 2023-05-15

- Embed the Jukebox SDK API (2 header files) to make this project totally standalone with 0 external dependencies (unless you run the tests which depend on GoogleTest)
- Fixed hard coded path in test
- When no SDK installed, the sanity check tests are skipped
- Integrate with github-actions to automatically run the tests on a matrix of machines (macOS / Windows)

#### 1.4.2 - 2023-04-28

- Updated google test version and use hash to guarantee download
Expand Down

0 comments on commit 00a8e26

Please sign in to comment.