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

Commit

Permalink
new: Support proto v0.28! (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Jan 9, 2024
1 parent 3f5487e commit 8112135
Showing 8 changed files with 647 additions and 732 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -50,6 +50,6 @@ jobs:
cache: false
- uses: moonrepo/setup-toolchain@v0
with:
proto-version: 0.26.0-rc.2
proto-version: 0.28.0-rc.0
- uses: moonrepo/build-proto-plugin@v0
- run: cargo nextest run --no-default-features
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.8.0

#### 💥 Breaking

- Removed deprecated functions: `locate_bins`, `create_shims`

#### 🚀 Updates

- Updated to support proto v0.28 release.
- Updated to extism-pdk v1.

## 0.7.0

#### 🚀 Updates
Loading

0 comments on commit 8112135

Please sign in to comment.