Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
changelog:
exclude:
authors:
- dependabot
- dependabot[bot]
- pre-commit-ci
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Changelog

## 2.2.0
## 2.1.0

* Add support for Python 3.15 by @hugovk in https://github.com/python/blurb/pull/74
* Drop support for Python 3.9 by @hugovk in https://github.com/python/blurb/pull/68
* Keep sections in importance order by @hugovk in https://github.com/python/blurb/pull/75

## 2.1.0

- Add the `-i` / `--issue` option to the 'blurb add' command.
* Add the `-i` / `--issue` option to the 'blurb add' command.
This lets you pre-fill the `gh-issue` field in the template.
- Add the `-s` / `--section` option to the 'blurb add' command.
* Add the `-s` / `--section` option to the 'blurb add' command.
This lets you pre-fill the `section` field in the template.
* Use `argparse` for the CLI by @hugovk in https://github.com/python/blurb/pull/83
* Fix a typo in the new entry template by @StanFromIreland in https://github.com/python/blurb/pull/84

## 2.0.0

Expand Down
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Release Checklist

- [ ] check tests pass on [GitHub Actions](https://github.com/python/blurb/actions)
- [ ] Check tests pass on [GitHub Actions](https://github.com/python/blurb/actions)
[![GitHub Actions status](https://github.com/python/blurb/actions/workflows/test.yml/badge.svg)](https://github.com/python/blurb/actions/workflows/test.yml)

- [ ] Update [changelog](https://github.com/python/blurb/blob/main/CHANGELOG.md)
- [ ] Update the [changelog](https://github.com/python/blurb/blob/main/CHANGELOG.md)

- [ ] Go to the [Releases page](https://github.com/python/blurb/releases) and

Expand Down