File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
-
4
3
# spin 0.6
5
4
6
5
We're happy to announce the release of spin 0.6!
7
6
8
7
## Enhancements
8
+
9
9
- ENH: Added coverage option for ` test ` command
10
10
([ #100 ] ( https://github.com/scientific-python/spin/pull/100 ) ).
11
11
- Build as part of run cmd
@@ -22,10 +22,12 @@ We're happy to announce the release of spin 0.6!
22
22
([ #117 ] ( https://github.com/scientific-python/spin/pull/117 ) ).
23
23
24
24
## Bug Fixes
25
- - Return single path from _ get_site_packages
25
+
26
+ - Return single path from \_ get_site_packages
26
27
([ #114 ] ( https://github.com/scientific-python/spin/pull/114 ) ).
27
28
28
29
## Maintenance
30
+
29
31
- Bump pre-commit from 3.3.3 to 3.4.0
30
32
([ #104 ] ( https://github.com/scientific-python/spin/pull/104 ) ).
31
33
- Bump actions/checkout from 3 to 4
@@ -42,6 +44,7 @@ We're happy to announce the release of spin 0.6!
42
44
([ #112 ] ( https://github.com/scientific-python/spin/pull/112 ) ).
43
45
44
46
## Documentation
47
+
45
48
- Document alternative way of getting debug build
46
49
([ #115 ] ( https://github.com/scientific-python/spin/pull/115 ) ).
47
50
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " spin"
3
- version = " 0.6 "
3
+ version = " 0.7rc0.dev0 "
4
4
requires-python = " >=3.7"
5
5
description = " Developer tool for scientific Python libraries"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments