Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasberbuer committed Feb 14, 2024
1 parent 00094c1 commit 99c7455
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2024-02-14

### Added

- Python 3.12 support

### Fixed

- Missing `<mutex>` import for `std::unique_lock` in `PluginAdapter.hpp`
Expand Down Expand Up @@ -44,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

First release

[unreleased]: https://github.com/lukasberbuer/rt-vamp-plugin-sdk/compare/v0.2.0...HEAD
[unreleased]: https://github.com/lukasberbuer/rt-vamp-plugin-sdk/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/lukasberbuer/rt-vamp-plugin-sdk/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/lukasberbuer/rt-vamp-plugin-sdk/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/lukasberbuer/rt-vamp-plugin-sdk/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)

project(
rtvamp
VERSION 0.2.0
VERSION 0.3.0
DESCRIPTION "Real-time Vamp plugin SDK for C++20"
HOMEPAGE_URL "https://github.com/lukasberbuer/rt-vamp-plugin-sdk"
LANGUAGES CXX
Expand Down

0 comments on commit 99c7455

Please sign in to comment.