Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Phault committed Mar 16, 2024
1 parent cdcb834 commit 3dba6ca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dotnet_plugin"
version = "0.2.2"
version = "0.3.0"
edition = "2021"
license = "MIT"
publish = false
Expand Down

0 comments on commit 3dba6ca

Please sign in to comment.