Skip to content

Commit 3f99813

Browse files
committed
Designate 0.5 release
1 parent 8c741d4 commit 3f99813

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
# changelist 0.5
2+
3+
We're happy to announce the release of changelist 0.5!
4+
5+
## Enhancements
6+
7+
- Allow multiple summaries per pull request ([#53](https://github.com/scientific-python/changelist/pull/53)).
8+
9+
## Bug Fixes
10+
11+
- Add newline after release title ([#50](https://github.com/scientific-python/changelist/pull/50)).
12+
13+
## Documentation
14+
15+
- Ensure README is synched with code ([#43](https://github.com/scientific-python/changelist/pull/43)).
16+
- Make README intro more succinct ([#54](https://github.com/scientific-python/changelist/pull/54)).
17+
18+
## Maintenance
19+
20+
- Use trusted publisher ([#48](https://github.com/scientific-python/changelist/pull/48)).
21+
- Ensure README is synched with code ([#43](https://github.com/scientific-python/changelist/pull/43)).
22+
- Bump actions/checkout from 3 to 4 ([#51](https://github.com/scientific-python/changelist/pull/51)).
23+
- Bump pre-commit from 3.4.0 to 3.5.0 ([#52](https://github.com/scientific-python/changelist/pull/52)).
24+
- Bump actions/setup-python from 4 to 5 ([#57](https://github.com/scientific-python/changelist/pull/57)).
25+
- Bump pre-commit from 3.5.0 to 3.6.0 ([#56](https://github.com/scientific-python/changelist/pull/56)).
26+
- Bump actions/setup-python from 4 to 5 ([#59](https://github.com/scientific-python/changelist/pull/59)).
27+
- Use setup-python pip cache ([#60](https://github.com/scientific-python/changelist/pull/60)).
28+
- Add Python 3.12 support ([#61](https://github.com/scientific-python/changelist/pull/61)).
29+
30+
## Contributors
31+
32+
5 authors added to this release (alphabetically):
33+
34+
- [@dependabot[bot]](https://github.com/apps/dependabot)
35+
- Brigitta Sipőcz ([@bsipocz](https://github.com/bsipocz))
36+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
37+
- Lars Grüter ([@lagru](https://github.com/lagru))
38+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
39+
40+
4 reviewers added to this release (alphabetically):
41+
42+
- Brigitta Sipőcz ([@bsipocz](https://github.com/bsipocz))
43+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
44+
- Lars Grüter ([@lagru](https://github.com/lagru))
45+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
46+
47+
_These lists are automatically generated, and may not be complete or may contain
48+
duplicates._
49+
150
# changelist 0.4
251

352
We're happy to announce the release of changelist 0.4!

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "changelist"
7-
version = "0.5rc0.dev0"
7+
version = "0.5"
88
# TODO add slots=True, kw_only=True to dataclasses starting with >=3.10
99
requires-python = ">=3.9"
1010
readme = "README.md"

0 commit comments

Comments
 (0)