Skip to content

Commit b01b04a

Browse files
committed
Designate 0.8 release
1 parent 2a63590 commit b01b04a

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
# spin 0.8
2+
3+
We're happy to announce the release of spin 0.8!
4+
5+
## Enhancements
6+
7+
- Also support build sanity check on <3.11 ([#124](https://github.com/scientific-python/spin/pull/124)).
8+
- Support .spin.toml/spin.toml as an alternate configuration files ([#129](https://github.com/scientific-python/spin/pull/129)).
9+
- Add --version ([#134](https://github.com/scientific-python/spin/pull/134)).
10+
- Add alias for help ([#135](https://github.com/scientific-python/spin/pull/135)).
11+
- Add LLDB (debug) command ([#137](https://github.com/scientific-python/spin/pull/137)).
12+
- Add pip install with editable mode ([#139](https://github.com/scientific-python/spin/pull/139)).
13+
14+
## Bug Fixes
15+
16+
- Fix unclosed file warning on debug python ([#127](https://github.com/scientific-python/spin/pull/127)).
17+
18+
## Documentation
19+
20+
- Drop mention of old devpy name ([#121](https://github.com/scientific-python/spin/pull/121)).
21+
- [DOC] Add install to readme ([#142](https://github.com/scientific-python/spin/pull/142)).
22+
23+
## Maintenance
24+
25+
- Drop support for Python 3.7 ([#122](https://github.com/scientific-python/spin/pull/122)).
26+
- Use trusted publisher ([#126](https://github.com/scientific-python/spin/pull/126)).
27+
- Bump actions/checkout from 3 to 4 ([#130](https://github.com/scientific-python/spin/pull/130)).
28+
- Bump pre-commit from 3.4.0 to 3.5.0 ([#132](https://github.com/scientific-python/spin/pull/132)).
29+
- Bump changelist from 0.3 to 0.4 ([#131](https://github.com/scientific-python/spin/pull/131)).
30+
- Add nox for running tests in an isolated environment ([#140](https://github.com/scientific-python/spin/pull/140)).
31+
32+
## Other
33+
34+
- Add note on missing emojis to README ([#136](https://github.com/scientific-python/spin/pull/136)).
35+
36+
## Contributors
37+
38+
5 authors added to this release (alphabetically):
39+
40+
- Adam Li ([@adam2392](https://github.com/adam2392))
41+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
42+
- Lisandro Dalcin ([@dalcinl](https://github.com/dalcinl))
43+
- Nathan Goldbaum ([@ngoldbaum](https://github.com/ngoldbaum))
44+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
45+
46+
5 reviewers added to this release (alphabetically):
47+
48+
- Adam Li ([@adam2392](https://github.com/adam2392))
49+
- Brigitta Sipőcz ([@bsipocz](https://github.com/bsipocz))
50+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
51+
- Lisandro Dalcin ([@dalcinl](https://github.com/dalcinl))
52+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
53+
54+
_These lists are automatically generated, and may not be complete or may contain duplicates._
55+
156
# spin 0.7
257

358
We're happy to announce the release of spin 0.7!

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.8rc0.dev0"
9+
__version__ = "0.8"
1010

1111
from .cmds import util
1212

0 commit comments

Comments
 (0)