File tree Expand file tree Collapse file tree 2 files changed +43
-1
lines changed
Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 1+ # spin 0.13rc0
2+
3+ We're happy to announce the release of spin 0.13rc0!
4+
5+ ## Enhancements
6+
7+ - Clarify error message when executed binary not found ([ #237 ] ( https://github.com/scientific-python/spin/pull/237 ) ).
8+ - Add mechanism for extending existing spin commands ([ #248 ] ( https://github.com/scientific-python/spin/pull/248 ) ).
9+
10+ ## Bug Fixes
11+
12+ - Allow overriding --prefix in spin build ([ #241 ] ( https://github.com/scientific-python/spin/pull/241 ) ).
13+ - Improve source layout test discovery ([ #247 ] ( https://github.com/scientific-python/spin/pull/247 ) ).
14+ - Let subprocess launched by run handle its own sigint ([ #246 ] ( https://github.com/scientific-python/spin/pull/246 ) ).
15+
16+ ## Documentation
17+
18+ - Auto-generate README table of contents ([ #234 ] ( https://github.com/scientific-python/spin/pull/234 ) ).
19+
20+ ## Maintenance
21+
22+ - Bump pre-commit from 3.8.0 to 4.0.1 in the actions group ([ #243 ] ( https://github.com/scientific-python/spin/pull/243 ) ).
23+ - Update pre-commit repos ([ #249 ] ( https://github.com/scientific-python/spin/pull/249 ) ).
24+ - Support Python 3.13 ([ #250 ] ( https://github.com/scientific-python/spin/pull/250 ) ).
25+
26+ ## Contributors
27+
28+ 3 authors added to this release (alphabetically):
29+
30+ - Jarrod Millman ([ @jarrodmillman ] ( https://github.com/jarrodmillman ) )
31+ - Nathan Goldbaum ([ @ngoldbaum ] ( https://github.com/ngoldbaum ) )
32+ - Stefan van der Walt ([ @stefanv ] ( https://github.com/stefanv ) )
33+
34+ 4 reviewers added to this release (alphabetically):
35+
36+ - Adrin Jalali ([ @adrinjalali ] ( https://github.com/adrinjalali ) )
37+ - Jarrod Millman ([ @jarrodmillman ] ( https://github.com/jarrodmillman ) )
38+ - Nathan Goldbaum ([ @ngoldbaum ] ( https://github.com/ngoldbaum ) )
39+ - Stefan van der Walt ([ @stefanv ] ( https://github.com/stefanv ) )
40+
41+ _ These lists are automatically generated, and may not be complete or may contain duplicates._
42+
143# spin 0.12
244
345We're happy to announce the release of spin 0.12!
Original file line number Diff line number Diff line change 66Read more at https://github.com/scientific-python/spin
77"""
88
9- __version__ = "0.13rc0.dev0 "
9+ __version__ = "0.13rc0"
1010
1111from .cmds import util
1212
You can’t perform that action at this time.
0 commit comments