Skip to content

Commit

Permalink
Designate 0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Aug 13, 2023
1 parent df7b8da commit f8e5e4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
# Changelog

## spin 0.5rc0
## spin 0.5

We're happy to announce the release of spin 0.5rc0!
We're happy to announce the release of spin 0.5!

### Enhancements

- Allow custom Meson CLI path
([#97](https://github.com/scientific-python/spin/pull/97)).

### Bug Fixes

- Correctly highlight parameter names with underscores
([#84](https://github.com/scientific-python/spin/pull/84)).

### Maintenance

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

### Documentation

- Improve release process
([#87](https://github.com/scientific-python/spin/pull/87)).
- Add readme to pyproject
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "spin"
version = "0.5rc1.dev0"
version = "0.5"
requires-python = ">=3.7"
description = "Developer tool for scientific Python libraries"
readme = "README.md"
Expand Down

0 comments on commit f8e5e4d

Please sign in to comment.