Skip to content

Commit 8d8524a

Browse files
committed
Designate 0.4 release
1 parent 137b859 commit 8d8524a

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# changelist 0.4
2+
3+
We're happy to announce the release of changelist 0.4!
4+
5+
## Enhancements
6+
7+
- Add support for configuration files either via a remote `pyproject.toml` or a local TOML file given with the new option `--config`. This file allows the configuration of templates, ways that changelist matches labels, finds summaries, as well as logins to ignore in the contributor section ([#30](https://github.com/scientific-python/changelist/pull/30)).
8+
9+
## Documentation
10+
11+
- Add docstrings to `_config.py` submodule ([#44](https://github.com/scientific-python/changelist/pull/44)).
12+
13+
## Contributors
14+
15+
2 authors added to this release (alphabetically):
16+
17+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
18+
- Lars Grüter ([@lagru](https://github.com/lagru))
19+
20+
4 reviewers added to this release (alphabetically):
21+
22+
- Brigitta Sipőcz ([@bsipocz](https://github.com/bsipocz))
23+
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
24+
- Lars Grüter ([@lagru](https://github.com/lagru))
25+
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))
26+
27+
_These lists are automatically generated, and may not be complete or may contain duplicates._
28+
129
# changelist 0.3
230

331
We're happy to announce the release of changelist 0.3!

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

0 commit comments

Comments
 (0)