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

new: Support proto v0.28. #14

Merged
merged 3 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.0

#### 💥 Breaking

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

#### 🚀 Updates

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

## 0.5.0

#### 🚀 Updates
Expand Down
Loading