Skip to content

Commit c5542f7

Browse files
committed
Designate 0.13rc0 release
1 parent f951e9b commit c5542f7

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
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

345
We're happy to announce the release of spin 0.12!

spin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Read more at https://github.com/scientific-python/spin
77
"""
88

9-
__version__ = "0.13rc0.dev0"
9+
__version__ = "0.13rc0"
1010

1111
from .cmds import util
1212

0 commit comments

Comments
 (0)