Skip to content

Commit 97f4e8c

Browse files
committed
Designate 0.6 release
1 parent f83ec92 commit 97f4e8c

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
# spin 0.6rc0
43

5-
We're happy to announce the release of spin 0.6rc0!
4+
# spin 0.6
65

7-
## Enhancements
6+
We're happy to announce the release of spin 0.6!
87

8+
## Enhancements
99
- ENH: Added coverage option for `test` command
1010
([#100](https://github.com/scientific-python/spin/pull/100)).
1111
- Build as part of run cmd
@@ -18,9 +18,14 @@ We're happy to announce the release of spin 0.6rc0!
1818
([#107](https://github.com/scientific-python/spin/pull/107)).
1919
- Allow disabling Sphinx Gallery plots
2020
([#111](https://github.com/scientific-python/spin/pull/111)).
21+
- Make verbose build also show compiler calls
22+
([#117](https://github.com/scientific-python/spin/pull/117)).
2123

22-
## Maintenance
24+
## Bug Fixes
25+
- Return single path from _get_site_packages
26+
([#114](https://github.com/scientific-python/spin/pull/114)).
2327

28+
## Maintenance
2429
- Bump pre-commit from 3.3.3 to 3.4.0
2530
([#104](https://github.com/scientific-python/spin/pull/104)).
2631
- Bump actions/checkout from 3 to 4
@@ -36,6 +41,10 @@ We're happy to announce the release of spin 0.6rc0!
3641
- Update label check
3742
([#112](https://github.com/scientific-python/spin/pull/112)).
3843

44+
## Documentation
45+
- Document alternative way of getting debug build
46+
([#115](https://github.com/scientific-python/spin/pull/115)).
47+
3948
## Contributors
4049

4150
4 authors added to this release (alphabetically):

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.6rc1.dev0"
3+
version = "0.6"
44
requires-python = ">=3.7"
55
description = "Developer tool for scientific Python libraries"
66
readme = "README.md"

0 commit comments

Comments
 (0)