Skip to content

Commit a5c6565

Browse files
committed
Merge branch 'master' into yew-link
2 parents 2b8c39b + dcdd698 commit a5c6565

285 files changed

Lines changed: 2290 additions & 1124 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/main-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
fail-fast: false
7171
matrix:
7272
toolchain:
73-
- 1.84.0
73+
- 1.85.0
7474
- stable
7575

7676
steps:
@@ -121,7 +121,7 @@ jobs:
121121
fail-fast: false
122122
matrix:
123123
toolchain:
124-
- 1.84.0
124+
- 1.85.0
125125
- stable
126126
- nightly
127127

@@ -143,7 +143,7 @@ jobs:
143143
# see https://github.com/orgs/community/discussions/25725
144144
RUSTFLAGS: ${{ matrix.toolchain == 'nightly' && '--cfg nightly_yew' || '' }}
145145
run: |
146-
if [[ "${{ matrix.toolchain }}" == "1.84.0" ]]; then
146+
if [[ "${{ matrix.toolchain }}" == "1.85.0" ]]; then
147147
cargo test --all-targets -p yew-agent -p yew-agent-macro -p yew-router
148148
else
149149
ls packages | grep -v "^yew$" | xargs -I {} cargo test --all-targets -p {}
@@ -211,7 +211,7 @@ jobs:
211211
- name: Setup toolchain
212212
uses: dtolnay/rust-toolchain@master
213213
with:
214-
toolchain: 1.84.0
214+
toolchain: 1.85.0
215215

216216
- uses: Swatinem/rust-cache@v2
217217
with:

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
[Link to all migration guides](https://yew.rs/docs/category/migration-guides)
4+
35
## ✨ yew **0.23.0** *(2026-03-10)*
46

57
bumping from 0.22 should require no code changes for most users.
@@ -148,7 +150,6 @@ Yew pinned to 0.23 now.
148150

149151
- **MSRV raised to 1.84.0.** [[@Siyuan Yan](https://github.com/Madoshakalaka), [#3900](https://github.com/yewstack/yew/pull/3900)]
150152

151-
152153
## ✨ yew **0.21.0** *(2023-09-23)*
153154

154155
Users can follow the [migration guide](https://yew.rs/docs/migration-guides/yew/from-0_20_0-to-0_21_0) to migrate from 0.20.0 to 0.21.0.

0 commit comments

Comments
 (0)