Skip to content

Commit f8e5e4d

Browse files
committed
Designate 0.5 release
1 parent df7b8da commit f8e5e4d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGELOG.md

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

3-
## spin 0.5rc0
3+
## spin 0.5
44

5-
We're happy to announce the release of spin 0.5rc0!
5+
We're happy to announce the release of spin 0.5!
66

77
### Enhancements
8-
98
- Allow custom Meson CLI path
109
([#97](https://github.com/scientific-python/spin/pull/97)).
1110

1211
### Bug Fixes
13-
1412
- Correctly highlight parameter names with underscores
1513
([#84](https://github.com/scientific-python/spin/pull/84)).
1614

1715
### Maintenance
18-
1916
- Use label-check and attach-next-milestone-action
2017
([#85](https://github.com/scientific-python/spin/pull/85)).
2118
- Use changelist
@@ -28,9 +25,10 @@ We're happy to announce the release of spin 0.5rc0!
2825
([#93](https://github.com/scientific-python/spin/pull/93)).
2926
- Bump scientific-python/attach-next-milestone-action from f94a5235518d4d34911c41e19d780b8e79d42238 to bc07be829f693829263e57d5e8489f4e57d3d420
3027
([#96](https://github.com/scientific-python/spin/pull/96)).
28+
- Update pre-commit revisions
29+
([#99](https://github.com/scientific-python/spin/pull/99)).
3130

3231
### Documentation
33-
3432
- Improve release process
3533
([#87](https://github.com/scientific-python/spin/pull/87)).
3634
- Add readme to pyproject

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

0 commit comments

Comments
 (0)