Skip to content

Commit

Permalink
Designate 0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Sep 25, 2023
1 parent f0cfea8 commit ee984e8
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
# changelist 0.2

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

## Enhancements

- Ensure label check runs on all PR push events / commits
([#22](https://github.com/scientific-python/changelist/pull/22)).
- Remove newlines between pull request summaries and their links
([#27](https://github.com/scientific-python/changelist/pull/27)).

## Bug Fixes

- Format contributor section as lists
([#28](https://github.com/scientific-python/changelist/pull/28)).

## Maintenance

- Refactor into submodules
([#20](https://github.com/scientific-python/changelist/pull/20)).
- Bump scientific-python/attach-next-milestone-action from f94a5235518d4d34911c41e19d780b8e79d42238 to bc07be829f693829263e57d5e8489f4e57d3d420
([#21](https://github.com/scientific-python/changelist/pull/21)).
- Bump actions/checkout from 3 to 4
([#31](https://github.com/scientific-python/changelist/pull/31)).
- Bump pre-commit from 3.3.3 to 3.4.0
([#32](https://github.com/scientific-python/changelist/pull/32)).
- Update README
([#33](https://github.com/scientific-python/changelist/pull/33)).

## Documentation

- Improve release process
([#14](https://github.com/scientific-python/changelist/pull/14)).
- Ensure label check runs on all PR push events / commits
([#22](https://github.com/scientific-python/changelist/pull/22)).

## Contributors

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

4 reviewers added to this release (alphabetically):
Eric Larson ([@larsoner](https://github.com/larsoner)),
Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman)),
Lars Grüter ([@lagru](https://github.com/lagru)),
Stefan van der Walt ([@stefanv](https://github.com/stefanv)),

_These lists are automatically generated, and may not be complete or may contain duplicates._

# changelist 0.1

We're happy to announce the release of changelist 0.1!
Expand Down
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.2rc1.dev0"
version = "0.2"
requires-python = ">=3.9"
readme = "README.md"
license = {file = "LICENSE.txt"}
Expand Down

0 comments on commit ee984e8

Please sign in to comment.