Skip to content

Commit

Permalink
chore: Release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
i0n committed Nov 15, 2024
1 parent 5bc2096 commit f0d4276
Show file tree
Hide file tree
Showing 10 changed files with 970 additions and 634 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.79.0
toolchain: 1.82.0
default: true
override: true
- uses: actions-rs/cargo@v1
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.79.0
toolchain: 1.82.0
default: true
override: true
- uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.79.0
toolchain: 1.82.0
override: true
components: rustfmt, clippy

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.0.7] - 2024-11-15

### Miscellaneous Tasks

- Update Graphcast SDK dependency

## [1.0.6] - 2024-06-04

### Miscellaneous Tasks
Expand Down
Loading

0 comments on commit f0d4276

Please sign in to comment.