Skip to content

Commit

Permalink
Designate 0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jul 1, 2023
1 parent b97abac commit 9db54b2
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# changelist 0.1

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

## Enhancements

- Only print non-empty sections
([#9](https://github.com/scientific-python/changelist/pull/9)).
- Fix for linters
([#10](https://github.com/scientific-python/changelist/pull/10)).

## Maintenance

- Use label-check and attach-next-milestone-action
([#1](https://github.com/scientific-python/changelist/pull/1)).
- Use pre-commit linter
([#3](https://github.com/scientific-python/changelist/pull/3)).
- Use dependabot
([#4](https://github.com/scientific-python/changelist/pull/4)).
- Specify label for dependabot PRs
([#6](https://github.com/scientific-python/changelist/pull/6)).
- Bump pre-commit from 3.3 to 3.3.3
([#5](https://github.com/scientific-python/changelist/pull/5)).

## Documentation

- Fix example usage
([#2](https://github.com/scientific-python/changelist/pull/2)).
- Document label and milestone actions
([#7](https://github.com/scientific-python/changelist/pull/7)).
- Document release process
([#11](https://github.com/scientific-python/changelist/pull/11)).
- Update README
([#13](https://github.com/scientific-python/changelist/pull/13)).

## Contributors

4 authors added to this release (alphabetically):
[@dependabot[bot]](https://github.com/apps/dependabot),
Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)),
Lars Grüter ([@lagru](https://github.com/lagru)),
Stefan van der Walt ([@stefanv](https://github.com/stefanv)),

1 reviewers added to this release (alphabetically):
Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)),

_These lists are automatically generated, and may not be complete or may contain duplicates._
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "changelist"
version = "0.1rc1.dev0"
version = "0.1"
requires-python = ">=3.9"
readme = "README.md"
license = {file = "LICENSE.txt"}
Expand Down

0 comments on commit 9db54b2

Please sign in to comment.