Skip to content

Commit 4ddb210

Browse files
committed
Designate 0.7 release
1 parent e0f2f27 commit 4ddb210

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
1-
# Changelog
1+
# spin 0.7
2+
3+
We're happy to announce the release of spin 0.7!
4+
5+
## Bug Fixes
6+
7+
- Exit on failed build ([#118](https://github.com/scientific-python/spin/pull/118)).
8+
9+
## Maintenance
10+
11+
- Update ruff ([#119](https://github.com/scientific-python/spin/pull/119)).
12+
- Update changelist ([#120](https://github.com/scientific-python/spin/pull/120)).
13+
14+
## Contributors
15+
16+
2 authors added to this release (alphabetically):
17+
18+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
19+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
20+
21+
1 reviewers added to this release (alphabetically):
22+
23+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
24+
25+
_These lists are automatically generated, and may not be complete or may contain duplicates._
226

327
# spin 0.6
428

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "spin"
3-
version = "0.7rc0.dev0"
3+
version = "0.7"
44
requires-python = ">=3.7"
55
description = "Developer tool for scientific Python libraries"
66
readme = "README.md"

0 commit comments

Comments
 (0)