Merge branch '0.11.x' into release/0.11.1

pull/1189/head
Byron Hambly 2 years ago committed by GitHub
commit 157e457a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,13 +57,13 @@ jobs:
cargo build -p swap --target ${{ matrix.target }}
- name: Upload swap binary
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v3
with:
name: swap-${{ matrix.target }}
path: target/${{ matrix.target }}/debug/swap
- name: Upload asb binary
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v3
with:
name: asb-${{ matrix.target }}
path: target/${{ matrix.target }}/debug/asb

@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.11.1] - 2022-10-28
### Changed
- Immediately fetch transaction status upon subscription
- Dependency updates
## [0.11.0] - 2022-08-11

Loading…
Cancel
Save