Skip to content

Commit

Permalink
deps(proto): Update to v0.42.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Nov 2, 2024
1 parent 601c1c2 commit 4324557
Show file tree
Hide file tree
Showing 9 changed files with 199 additions and 169 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
with:
auto-install: true
cache: ${{ runner.os == 'Linux' }}
proto-version: '0.41.3' # Keep in sync
proto-version: '0.42.0' # Keep in sync
- uses: mozilla-actions/[email protected]
if: ${{ vars.ENABLE_SCCACHE == 'true' }}
- name: Checking coverage status
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@

#### 🐞 Fixes

- Fixed an issue where moon would attempt to execute a folder if it has the same name as the current
shell.
- Fixed an issue where `[working_dir]` and `[workspace_root]` variables were not working in the
`template.yml` `destination` setting.

#### ⚙️ Internal

- Updated proto to v0.42.0 (from 0.41.3).

## 1.29.3

#### 🐞 Fixes
Expand Down
Loading

0 comments on commit 4324557

Please sign in to comment.