Commit dc2c3c5
Release 3.5.8
Bug-fix release. Notable fixes since v3.5.7:
- case-sensitive `solve` / `solve!` resolve mixed-case dependency chains
again, a regression since v3.5.4 (#353)
- alias function calls tolerate whitespace before the opening paren (#335)
- `tsort` is declared explicitly, for Ruby 4.1 (#334)
CI now covers Ruby 3.0 through 4.0. The gemspec still declares no
`required_ruby_version`, so this release remains installable on older
rubies; 4.0 declares `>= 3.2`, so bundler will resolve back to this
release on anything older.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent dcdf51b commit dc2c3c5
2 files changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
9 | 18 | | |
10 | 19 | | |
11 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments