Skip to content

Commit ee984e8

Browse files
committed
Designate 0.2 release
1 parent f0cfea8 commit ee984e8

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
# changelist 0.2
2+
3+
We're happy to announce the release of changelist 0.2!
4+
5+
## Enhancements
6+
7+
- Ensure label check runs on all PR push events / commits
8+
([#22](https://github.com/scientific-python/changelist/pull/22)).
9+
- Remove newlines between pull request summaries and their links
10+
([#27](https://github.com/scientific-python/changelist/pull/27)).
11+
12+
## Bug Fixes
13+
14+
- Format contributor section as lists
15+
([#28](https://github.com/scientific-python/changelist/pull/28)).
16+
17+
## Maintenance
18+
19+
- Refactor into submodules
20+
([#20](https://github.com/scientific-python/changelist/pull/20)).
21+
- Bump scientific-python/attach-next-milestone-action from f94a5235518d4d34911c41e19d780b8e79d42238 to bc07be829f693829263e57d5e8489f4e57d3d420
22+
([#21](https://github.com/scientific-python/changelist/pull/21)).
23+
- Bump actions/checkout from 3 to 4
24+
([#31](https://github.com/scientific-python/changelist/pull/31)).
25+
- Bump pre-commit from 3.3.3 to 3.4.0
26+
([#32](https://github.com/scientific-python/changelist/pull/32)).
27+
- Update README
28+
([#33](https://github.com/scientific-python/changelist/pull/33)).
29+
30+
## Documentation
31+
32+
- Improve release process
33+
([#14](https://github.com/scientific-python/changelist/pull/14)).
34+
- Ensure label check runs on all PR push events / commits
35+
([#22](https://github.com/scientific-python/changelist/pull/22)).
36+
37+
## Contributors
38+
39+
5 authors added to this release (alphabetically):
40+
[@dependabot[bot]](https://github.com/apps/dependabot),
41+
Brigitta Sipőcz ([@bsipocz](https://github.com/bsipocz)),
42+
Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)),
43+
Lars Grüter ([@lagru](https://github.com/lagru)),
44+
Stefan van der Walt ([@stefanv](https://github.com/stefanv)),
45+
46+
4 reviewers added to this release (alphabetically):
47+
Eric Larson ([@larsoner](https://github.com/larsoner)),
48+
Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)),
49+
Lars Grüter ([@lagru](https://github.com/lagru)),
50+
Stefan van der Walt ([@stefanv](https://github.com/stefanv)),
51+
52+
_These lists are automatically generated, and may not be complete or may contain duplicates._
53+
154
# changelist 0.1
255

356
We're happy to announce the release of changelist 0.1!

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.2rc1.dev0"
7+
version = "0.2"
88
requires-python = ">=3.9"
99
readme = "README.md"
1010
license = {file = "LICENSE.txt"}

0 commit comments

Comments
 (0)