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. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Jan 9, 2024
1 parent b8d03c9 commit 9e5e1a2
Show file tree
Hide file tree
Showing 8 changed files with 628 additions and 753 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1

#### 🚀 Updates
Expand Down
Loading

0 comments on commit 9e5e1a2

Please sign in to comment.