Skip to content

Commit c3c02d5

Browse files
committed
Designate 0.3 release
1 parent bf5baee commit c3c02d5

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# changelist 0.3
2+
3+
We're happy to announce the release of changelist 0.3!
4+
5+
## Enhancements
6+
7+
- Add newline before lists in contributor section ([#40](https://github.com/scientific-python/changelist/pull/40)).
8+
9+
## Bug Fixes
10+
11+
- Add newline after PR sections ([#35](https://github.com/scientific-python/changelist/pull/35)).
12+
13+
## Maintenance
14+
15+
- Update setuptools requirement ([#37](https://github.com/scientific-python/changelist/pull/37)).
16+
17+
## Documentation
18+
19+
- Link to example in README ([#36](https://github.com/scientific-python/changelist/pull/36)).
20+
- Fix CHANGELOG format ([#38](https://github.com/scientific-python/changelist/pull/38)).
21+
22+
## Contributors
23+
24+
1 authors added to this release (alphabetically):
25+
26+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
27+
28+
1 reviewers added to this release (alphabetically):
29+
30+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
31+
32+
_These lists are automatically generated, and may not be complete or may contain duplicates._
33+
134
# changelist 0.2
235

336
We're happy to announce the release of changelist 0.2!

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

0 commit comments

Comments
 (0)