mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-08 06:22:39 -04:00
Merge branch '0.11.x' into release/0.11.1
This commit is contained in:
commit
157e457a61
2 changed files with 5 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue