Skip to content

Commit

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

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

## Enhancements

- Add newline before lists in contributor section ([#40](https://github.com/scientific-python/changelist/pull/40)).

## Bug Fixes

- Add newline after PR sections ([#35](https://github.com/scientific-python/changelist/pull/35)).

## Maintenance

- Update setuptools requirement ([#37](https://github.com/scientific-python/changelist/pull/37)).

## Documentation

- Link to example in README ([#36](https://github.com/scientific-python/changelist/pull/36)).
- Fix CHANGELOG format ([#38](https://github.com/scientific-python/changelist/pull/38)).

## Contributors

1 authors added to this release (alphabetically):

- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))

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._

# changelist 0.2

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

0 comments on commit c3c02d5

Please sign in to comment.