Skip to content

Commit 9f10a76

Browse files
committed
Designate 0.4 release
1 parent f93e1ea commit 9f10a76

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [v0.4](https://github.com/scientific-python/spin/tree/v0.4) (2023-7-1)
4+
5+
[Full Changelog](https://github.com/scientific-python/spin/compare/v0.3...v0.4)
6+
7+
**Closed issues:**
8+
9+
- `spin test` usage in numpy is broken [\#74](https://github.com/scientific-python/spin/issues/74)
10+
- How can I override the `build` command? [\#72](https://github.com/scientific-python/spin/issues/72)
11+
- Run a command in the shell without invoking the shell [\#69](https://github.com/scientific-python/spin/issues/69)
12+
- DEV: Can `pydevtool.cli` be used to create a unified context? [\#45](https://github.com/scientific-python/spin/issues/45)
13+
14+
**Merged pull requests:**
15+
16+
- Fix rendering of `test` docs [\#83](https://github.com/scientific-python/spin/pull/83) ([stefanv](https://github.com/stefanv))
17+
- Add @WarrenWeckesser's test primer as docstring [\#82](https://github.com/scientific-python/spin/pull/82) ([stefanv](https://github.com/stefanv))
18+
- Use ruff [\#81](https://github.com/scientific-python/spin/pull/81) ([jarrodmillman](https://github.com/jarrodmillman))
19+
- Docs cmd ci [\#80](https://github.com/scientific-python/spin/pull/80) ([stefanv](https://github.com/stefanv))
20+
- Add docs to CI tests [\#79](https://github.com/scientific-python/spin/pull/79) ([stefanv](https://github.com/stefanv))
21+
- Add command to build Sphinx docs [\#78](https://github.com/scientific-python/spin/pull/78) ([stefanv](https://github.com/stefanv))
22+
- Import importlib.util explicitly [\#76](https://github.com/scientific-python/spin/pull/76) ([stefanv](https://github.com/stefanv))
23+
- As a build check, import the library before running tests [\#75](https://github.com/scientific-python/spin/pull/75) ([stefanv](https://github.com/stefanv))
24+
- Test on Python 3.12.0-beta.2 [\#73](https://github.com/scientific-python/spin/pull/73) ([jarrodmillman](https://github.com/jarrodmillman))
25+
- Add meson.run command [\#70](https://github.com/scientific-python/spin/pull/70) ([stefanv](https://github.com/stefanv))
26+
327
## [v0.3](https://github.com/scientific-python/spin/tree/v0.3) (2023-3-23)
428

529
[Full Changelog](https://github.com/scientific-python/spin/compare/v0.2...v0.3)

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.4rc0.dev0"
3+
version = "0.4"
44
requires-python = ">=3.7"
55
description = "Developer tool for scientific Python libraries"
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)