Skip to content

Commit 183f3c9

Browse files
committed
Designate 0.10 release
1 parent dfc5bd1 commit 183f3c9

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
# spin 0.10
2+
3+
We're happy to announce the release of spin 0.10!
4+
5+
## Enhancements
6+
7+
- Improve debug printing for Meson editable installs ([#192](https://github.com/scientific-python/spin/pull/192)).
8+
- Use --pyargs to select package to test ([#191](https://github.com/scientific-python/spin/pull/191)).
9+
- Print traceback for internal command errors ([#198](https://github.com/scientific-python/spin/pull/198)).
10+
- docs: allow overriding cleaned directories ([#199](https://github.com/scientific-python/spin/pull/199)).
11+
12+
## Bug Fixes
13+
14+
- Only add gcov flag when it's specified ([#183](https://github.com/scientific-python/spin/pull/183)).
15+
- `dir_info` metadata field does not exist for conda installs ([#194](https://github.com/scientific-python/spin/pull/194)).
16+
17+
## Documentation
18+
19+
- Clarify build cmd docstring ([#187](https://github.com/scientific-python/spin/pull/187)).
20+
21+
## Maintenance
22+
23+
- Allow older version of meson for testing ([#189](https://github.com/scientific-python/spin/pull/189)).
24+
- Update ruff configuration ([#201](https://github.com/scientific-python/spin/pull/201)).
25+
- Test lldb on macOS ([#200](https://github.com/scientific-python/spin/pull/200)).
26+
- Add type annotations for spin utils ([#188](https://github.com/scientific-python/spin/pull/188)).
27+
- Provide all command args as keywords ([#197](https://github.com/scientific-python/spin/pull/197)).
28+
- Replace `black` with `ruff format` ([#202](https://github.com/scientific-python/spin/pull/202)).
29+
30+
## Other
31+
32+
- Remove editable install caveat from README ([#190](https://github.com/scientific-python/spin/pull/190)).
33+
34+
## Contributors
35+
36+
4 authors added to this release (alphabetically):
37+
38+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
39+
- Jyn Spring 琴春 ([@vxst](https://github.com/vxst))
40+
- Loïc Estève ([@lesteve](https://github.com/lesteve))
41+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
42+
43+
3 reviewers added to this release (alphabetically):
44+
45+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
46+
- Loïc Estève ([@lesteve](https://github.com/lesteve))
47+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
48+
49+
_These lists are automatically generated, and may not be complete or may contain
50+
duplicates._
51+
152
# spin 0.9
253

354
We're happy to announce the release of spin 0.9!

spin/__init__.py

Lines changed: 1 addition & 1 deletion
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.10rc0.dev0"
9+
__version__ = "0.10"
1010

1111
from .cmds import util
1212

0 commit comments

Comments
 (0)