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. (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Mar 1, 2024
1 parent 9524167 commit dabd857
Show file tree
Hide file tree
Showing 8 changed files with 285 additions and 278 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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.10.0

#### 💥 Breaking

- Removed `globals` setting. Use native installation methods instead.
- Removed deprecated `shim` setting, use `install` setting instead.

#### 🚀 Updates

- Added a `platform.*.archs` setting, to limit what architectures are supported for that OS.
- Added a `packages` setting for managing global packages. Supports `globals_lookup_dirs` and `globals_prefix` sub-settings.
- Updated to support proto v0.31 release.
- Updated dependencies.

#### ⚙️ Internal

- Updated arch/os value parsing to be more strict.

## 0.9.1

#### 🚀 Updates
Expand Down
Loading

0 comments on commit dabd857

Please sign in to comment.