Commit a25c90b
FilterUpgrades used `FromVersion >= current` which excluded upgrades
when the user was on a patch release (e.g., 2.4.1 skipped the
2.4.0-to-2.5.0 upgrade because 2.4.0 < 2.4.1). Changed to
`ToVersion > current` so any upgrade the user hasn't reached is
included. Adds regression test for the patch version scenario.
Fixes #817
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 19430a0 commit a25c90b
2 files changed
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
151 | 168 | | |
152 | 169 | | |
153 | 170 | | |
| |||
0 commit comments