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

Commit b3454fb

Browse files
authored
new: Support proto v0.35. (#22)
1 parent d88169d commit b3454fb

File tree

5 files changed

+873
-934
lines changed

5 files changed

+873
-934
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ${{ matrix.os }}
4141
strategy:
4242
matrix:
43-
os: [ubuntu-latest, macos-latest, windows-latest]
43+
os: [ubuntu-latest, macos-13, windows-latest]
4444
fail-fast: false
4545
steps:
4646
- uses: actions/checkout@v4

CHANGELOG.md

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

3+
## 0.11.0
4+
5+
#### 🚀 Updates
6+
7+
- Updated to support proto v0.35 release.
8+
39
## 0.10.2
410

511
#### 🚀 Updates

0 commit comments

Comments
 (0)