Skip to content

Commit be2ec57

Browse files
committed
Designate 0.14 release
1 parent 164d4a5 commit be2ec57

File tree

2 files changed

+45
-3
lines changed

2 files changed

+45
-3
lines changed

CHANGELOG.md

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
# spin 0.14
2+
3+
We're happy to announce the release of spin 0.14!
4+
5+
## Enhancements
6+
7+
- DEV: Update `spin` to accept arguments of `meson compile` and `meson install` ([#256](https://github.com/scientific-python/spin/pull/256)).
8+
- On run with replace, warn if executable not found ([#271](https://github.com/scientific-python/spin/pull/271)).
9+
- Add ability to switch pre-build on/off ([#272](https://github.com/scientific-python/spin/pull/272)).
10+
11+
## Documentation
12+
13+
- Improve advice on when to file bug ([#266](https://github.com/scientific-python/spin/pull/266)).
14+
- Add auto-completion docs ([#273](https://github.com/scientific-python/spin/pull/273)).
15+
16+
## Maintenance
17+
18+
- Update pre-commit (12/2024) ([#259](https://github.com/scientific-python/spin/pull/259)).
19+
- [pre-commit.ci] pre-commit autoupdate ([#261](https://github.com/scientific-python/spin/pull/261)).
20+
- Bump pre-commit from 4.0.1 to 4.1.0 in the actions group ([#265](https://github.com/scientific-python/spin/pull/265)).
21+
- Bump scientific-python/attach-next-milestone-action from bc07be829f693829263e57d5e8489f4e57d3d420 to c9cfab10ad0c67fed91b01103db26b7f16634639 in the actions group ([#267](https://github.com/scientific-python/spin/pull/267)).
22+
- Bump pre-commit from 4.1.0 to 4.2.0 in the actions group ([#274](https://github.com/scientific-python/spin/pull/274)).
23+
- Drop Python 3.8 support ([#275](https://github.com/scientific-python/spin/pull/275)).
24+
- [pre-commit.ci] pre-commit autoupdate ([#276](https://github.com/scientific-python/spin/pull/276)).
25+
26+
## Contributors
27+
28+
3 authors added to this release (alphabetically):
29+
30+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
31+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
32+
- ਗਗਨਦੀਪ ਸਿੰਘ (Gagandeep Singh) ([@czgdp1807](https://github.com/czgdp1807))
33+
34+
5 reviewers added to this release (alphabetically):
35+
36+
- Brigitta Sipőcz ([@bsipocz](https://github.com/bsipocz))
37+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
38+
- Ralf Gommers ([@rgommers](https://github.com/rgommers))
39+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
40+
- ਗਗਨਦੀਪ ਸਿੰਘ (Gagandeep Singh) ([@czgdp1807](https://github.com/czgdp1807))
41+
42+
_These lists are automatically generated, and may not be complete or may contain duplicates._
43+
144
# spin 0.13
245

346
We're happy to announce the release of spin 0.13!
@@ -175,8 +218,7 @@ We're happy to announce the release of spin 0.10!
175218
- Loïc Estève ([@lesteve](https://github.com/lesteve))
176219
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
177220

178-
_These lists are automatically generated, and may not be complete or may contain
179-
duplicates._
221+
_These lists are automatically generated, and may not be complete or may contain duplicates._
180222

181223
# spin 0.9
182224

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

1111
from .cmds import util
1212

0 commit comments

Comments
 (0)