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.31. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Mar 1, 2024
1 parent be5e105 commit 64c1bc4
Show file tree
Hide file tree
Showing 8 changed files with 274 additions and 205 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v1
with:
cache: false
Expand All @@ -29,7 +29,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v1
with:
cache: false
Expand All @@ -43,7 +43,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v1
with:
bins: cargo-nextest
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.9.0

#### 💥 Breaking

- Removed `install_global`, use `cargo install` instead.
- Removed `uninstall_global`, use `cargo uninstall` instead.

#### 🚀 Updates

- Updated to support proto v0.31 release.
- Updated dependencies.

## 0.8.1

#### 🐞 Fixes
Expand Down
Loading

0 comments on commit 64c1bc4

Please sign in to comment.