Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit 76f747a

Browse files
authored
new: Support proto v0.28. (#14)
1 parent 4d926e1 commit 76f747a

File tree

6 files changed

+600
-738
lines changed

6 files changed

+600
-738
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
cache: false
5151
- uses: moonrepo/setup-toolchain@v0
5252
with:
53-
proto-version: 0.26.0-rc.2
53+
proto-version: 0.28.0-rc.0
5454
- uses: moonrepo/build-proto-plugin@v0
5555
- run: cargo nextest run --no-default-features

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.6.0
4+
5+
#### 💥 Breaking
6+
7+
- Removed deprecated functions: `locate_bins`, `create_shims`
8+
9+
#### 🚀 Updates
10+
11+
- Updated to support proto v0.28 release.
12+
- Updated to extism-pdk v1.
13+
314
## 0.5.0
415

516
#### 🚀 Updates

0 commit comments

Comments
 (0)