Skip to content

Commit

Permalink
Release v0.57.0 (#9)
Browse files Browse the repository at this point in the history
* release v0.57.0

* fix: --no-publish

* fix: make clippy happy

* fix: update MSRV

* fix: add stable toolchain for upload-cw-clients

* fix: bump cosmwasm/optimizer to 0.16.1
  • Loading branch information
Farhad-Shabani authored Jan 31, 2025
1 parent 36e4e0b commit 2492216
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 77 deletions.
2 changes: 2 additions & 0 deletions .changelog/v0.57.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This release upgrades the `ibc-rs` dependencies to `v0.57.0`.

2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
timeout-minutes: 30
env:
CARGO_MSRV_VERSION: 0.16.3
MSRV: 1.75.0
MSRV: 1.79.0
strategy:
matrix:
param:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/upload-cw-clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- uses: actions/checkout@v4

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable

- name: Create mount directories
run: mkdir -p "${HOME}/.cargo/registry" "$(pwd)"/target
Expand All @@ -35,7 +37,7 @@ jobs:
-v "$(pwd)":/code \
-v "$(pwd)"/target:/target \
-v "${HOME}/.cargo/registry":/usr/local/cargo/registry \
cosmwasm/optimizer:0.16.0 ./ibc-clients/ics07-tendermint
cosmwasm/optimizer:0.16.1 ./ibc-clients/ics07-tendermint
- name: Fix permissions
run: |
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.57.0

*January 31, 2025*

This release upgrades the `ibc-rs` dependencies to `v0.57.0`.

## v0.56.0

*November 15, 2024*
Expand Down
Loading

0 comments on commit 2492216

Please sign in to comment.