Skip to content

Commit

Permalink
Merge branch 'release/v6.1' into 6-1-1-sync-main
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat committed Dec 11, 2024
2 parents de933b9 + 38c3e05 commit 9d5a488
Show file tree
Hide file tree
Showing 212 changed files with 760 additions and 637 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3'
python-version: '3.13'
- name: Set up environment
working-directory: tools/fog-local-network
shell: bash
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

The crates in this repository do not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) at this time.

## [6.1.1]

### Fixed

- Update grpcio for fog-local-network ([#4014])
- Fix ledger distribution resync ([#4013])

## [6.1.0]

### Changed
Expand Down
Loading

0 comments on commit 9d5a488

Please sign in to comment.