Skip to content

Commit f74a37e

Browse files
authored
Merge pull request #44 from andybalaam/bump-matrix-sdk-to-0.9.0
Bump matrix-sdk-* to 0.9.0
2 parents de695f4 + 03925b4 commit f74a37e

File tree

8 files changed

+540
-145
lines changed

8 files changed

+540
-145
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
cp *.node release-mode-lib.node
100100
npm run build
101101
102-
- uses: actions/upload-artifact@v3
102+
- uses: actions/upload-artifact@v4
103103
if: failure()
104104
with:
105105
name: Failure Files
@@ -149,7 +149,7 @@ jobs:
149149
150150
- name: Upload artifact
151151
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
152-
uses: actions/upload-pages-artifact@v1
152+
uses: actions/upload-pages-artifact@v3
153153
with:
154154
path: './docs/'
155155

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Matrix-Rust-SDK Node.js Bindings
22

3+
## Next release
4+
5+
- Update matrix-rust-sdk dependency to 0.9.0.
6+
37
## 0.3.0-beta.1 - 2024-11-18
48

5-
- Update matrix-rust-sdk dependency.
6-
- The SignedCurve25519 algorithm is no longer supported.
9+
- Update matrix-rust-sdk dependency.
10+
- The SignedCurve25519 algorithm is no longer supported.
711

812
## 0.2.0-beta.1 - 2024-06-11
913

0 commit comments

Comments
 (0)