Skip to content

Commit 9db54b2

Browse files
committed
Designate 0.1 release
1 parent b97abac commit 9db54b2

2 files changed

Lines changed: 48 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# changelist 0.1
2+
3+
We're happy to announce the release of changelist 0.1!
4+
5+
## Enhancements
6+
7+
- Only print non-empty sections
8+
([#9](https://github.com/scientific-python/changelist/pull/9)).
9+
- Fix for linters
10+
([#10](https://github.com/scientific-python/changelist/pull/10)).
11+
12+
## Maintenance
13+
14+
- Use label-check and attach-next-milestone-action
15+
([#1](https://github.com/scientific-python/changelist/pull/1)).
16+
- Use pre-commit linter
17+
([#3](https://github.com/scientific-python/changelist/pull/3)).
18+
- Use dependabot
19+
([#4](https://github.com/scientific-python/changelist/pull/4)).
20+
- Specify label for dependabot PRs
21+
([#6](https://github.com/scientific-python/changelist/pull/6)).
22+
- Bump pre-commit from 3.3 to 3.3.3
23+
([#5](https://github.com/scientific-python/changelist/pull/5)).
24+
25+
## Documentation
26+
27+
- Fix example usage
28+
([#2](https://github.com/scientific-python/changelist/pull/2)).
29+
- Document label and milestone actions
30+
([#7](https://github.com/scientific-python/changelist/pull/7)).
31+
- Document release process
32+
([#11](https://github.com/scientific-python/changelist/pull/11)).
33+
- Update README
34+
([#13](https://github.com/scientific-python/changelist/pull/13)).
35+
36+
## Contributors
37+
38+
4 authors added to this release (alphabetically):
39+
[@dependabot[bot]](https://github.com/apps/dependabot),
40+
Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)),
41+
Lars Grüter ([@lagru](https://github.com/lagru)),
42+
Stefan van der Walt ([@stefanv](https://github.com/stefanv)),
43+
44+
1 reviewers added to this release (alphabetically):
45+
Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)),
46+
47+
_These lists are automatically generated, and may not be complete or may contain duplicates._

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

0 commit comments

Comments
 (0)