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 Feb 28, 2024
1 parent 8c741d4 commit 3f99813
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
# changelist 0.5

We're happy to announce the release of changelist 0.5!

## Enhancements

- Allow multiple summaries per pull request ([#53](https://github.com/scientific-python/changelist/pull/53)).

## Bug Fixes

- Add newline after release title ([#50](https://github.com/scientific-python/changelist/pull/50)).

## Documentation

- Ensure README is synched with code ([#43](https://github.com/scientific-python/changelist/pull/43)).
- Make README intro more succinct ([#54](https://github.com/scientific-python/changelist/pull/54)).

## Maintenance

- Use trusted publisher ([#48](https://github.com/scientific-python/changelist/pull/48)).
- Ensure README is synched with code ([#43](https://github.com/scientific-python/changelist/pull/43)).
- Bump actions/checkout from 3 to 4 ([#51](https://github.com/scientific-python/changelist/pull/51)).
- Bump pre-commit from 3.4.0 to 3.5.0 ([#52](https://github.com/scientific-python/changelist/pull/52)).
- Bump actions/setup-python from 4 to 5 ([#57](https://github.com/scientific-python/changelist/pull/57)).
- Bump pre-commit from 3.5.0 to 3.6.0 ([#56](https://github.com/scientific-python/changelist/pull/56)).
- Bump actions/setup-python from 4 to 5 ([#59](https://github.com/scientific-python/changelist/pull/59)).
- Use setup-python pip cache ([#60](https://github.com/scientific-python/changelist/pull/60)).
- Add Python 3.12 support ([#61](https://github.com/scientific-python/changelist/pull/61)).

## Contributors

5 authors added to this release (alphabetically):

- [@dependabot[bot]](https://github.com/apps/dependabot)
- Brigitta Sipőcz ([@bsipocz](https://github.com/bsipocz))
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
- Lars Grüter ([@lagru](https://github.com/lagru))
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))

4 reviewers added to this release (alphabetically):

- Brigitta Sipőcz ([@bsipocz](https://github.com/bsipocz))
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
- Lars Grüter ([@lagru](https://github.com/lagru))
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))

_These lists are automatically generated, and may not be complete or may contain
duplicates._

# changelist 0.4

We're happy to announce the release of changelist 0.4!
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "changelist"
version = "0.5rc0.dev0"
version = "0.5"
# TODO add slots=True, kw_only=True to dataclasses starting with >=3.10
requires-python = ">=3.9"
readme = "README.md"
Expand Down

0 comments on commit 3f99813

Please sign in to comment.