From 3dba6caee5579a7eeccb5ee1f043091e197bc194 Mon Sep 17 00:00:00 2001 From: Casper Lindschouw Date: Sat, 16 Mar 2024 18:18:28 +0100 Subject: [PATCH] Release v0.3.0 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e41a7..e62fb62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.3.0 + +- Support .NET v1.x +- Support SDK uninstallation\* +- Detect SDK versions installed through other means +- Fix SDK pre-releases not being installable + +\* This is currently limited to the SDK itself, not any associated runtimes or workloads. + ## 0.2.2 - Officially support proto 0.31.0 diff --git a/Cargo.lock b/Cargo.lock index a9d3814..2fc5fc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -791,7 +791,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dotnet_plugin" -version = "0.2.2" +version = "0.3.0" dependencies = [ "extism-pdk", "proto_pdk", diff --git a/Cargo.toml b/Cargo.toml index b2f5961..345ab96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotnet_plugin" -version = "0.2.2" +version = "0.3.0" edition = "2021" license = "MIT" publish = false