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

Commit

Permalink
new: Support aliases/versions in config. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Jun 1, 2024
1 parent f26fa1d commit 3d5e8bb
Show file tree
Hide file tree
Showing 6 changed files with 194 additions and 178 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.13.0

#### 🚀 Updates

- Added `resolve.aliases` and `resolve.versions` settings, allowing an explicit list of aliases and versions to be defined. The versions list will be merged with other git/manifest extracted versions.
- Updated to support proto v0.36 release.

## 0.12.0

#### 🚀 Updates
Expand Down
Loading

0 comments on commit 3d5e8bb

Please sign in to comment.