Skip to content

Commit fd30e46

Browse files
committed
bump version to 0.2.1
1 parent 73d7184 commit fd30e46

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88

99
[package]
1010
name = "clap-wrapper"
11-
version = "0.2.0"
11+
version = "0.2.1"
1212
edition = "2024"
1313
authors = ["Quant1um"]
1414
readme = "README.md"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ See [validate.yml](.github/workflows/validate.yml) for a complete example of how
5151

5252
## Changelog
5353

54+
- 0.2.1:
55+
- Added documentation
5456
- 0.2.0:
5557
- Embedded VST3 and AUv2 SDKs directly into the crate, removing the need to download them separately. This is possible thanks to VST3 SDK's new MIT license.
5658
- Added `vst3` and `auv2` features to enable/disable building those wrappers.

0 commit comments

Comments
 (0)