Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Nov 26, 2024
1 parent d697244 commit ed54169
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Check the [Quickstart](https://jamba.dev/quickstart/) section to getting started
Latest Release
--------------

7.1.1 | 2024-11-25 | VST SDK 3.7.12+
7.1.2 | 2024-11-26 | VST SDK 3.7.12+

[Release notes (local)](RELEASE.md)

Expand Down
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Release Notes {#release-notes}

Check the [Requirements](https://jamba.dev/requirements/) documentation for information about which VST3 SDK Jamba supports and how to get it.

## [7.1.2 | 2024-11-26](https://github.com/pongasoft/jamba/tree/v7.1.2)

* Fixes issues with some DAWs on Windows when using the bundle format
* Fixes the `create-plugin.py` tool on Windows

## [7.1.1 | 2024-11-24](https://github.com/pongasoft/jamba/tree/v7.1.1)

* Fixed deprecated CMake warnings with `FetchContent_Populate`
Expand Down
2 changes: 1 addition & 1 deletion jamba.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ endif()
#------------------------------------------------------------------------
set(JAMBA_MAJOR_VERSION 7)
set(JAMBA_MINOR_VERSION 1)
set(JAMBA_PATCH_VERSION 1)
set(JAMBA_PATCH_VERSION 2)
execute_process(COMMAND git describe --long --dirty --abbrev=10 --tags
RESULT_VARIABLE result
OUTPUT_VARIABLE JAMBA_GIT_VERSION
Expand Down

0 comments on commit ed54169

Please sign in to comment.