Skip to content

Commit ac1238c

Browse files
Update CHANGELOG.md for 2.1.0 release (#88)
1 parent 72a52da commit ac1238c

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
changelog:
22
exclude:
33
authors:
4-
- dependabot
4+
- dependabot[bot]
55
- pre-commit-ci

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Changelog
22

3-
## 2.2.0
3+
## 2.1.0
44

55
* Add support for Python 3.15 by @hugovk in https://github.com/python/blurb/pull/74
6+
* Drop support for Python 3.9 by @hugovk in https://github.com/python/blurb/pull/68
67
* Keep sections in importance order by @hugovk in https://github.com/python/blurb/pull/75
7-
8-
## 2.1.0
9-
10-
- Add the `-i` / `--issue` option to the 'blurb add' command.
8+
* Add the `-i` / `--issue` option to the 'blurb add' command.
119
This lets you pre-fill the `gh-issue` field in the template.
12-
- Add the `-s` / `--section` option to the 'blurb add' command.
10+
* Add the `-s` / `--section` option to the 'blurb add' command.
1311
This lets you pre-fill the `section` field in the template.
12+
* Use `argparse` for the CLI by @hugovk in https://github.com/python/blurb/pull/83
13+
* Fix a typo in the new entry template by @StanFromIreland in https://github.com/python/blurb/pull/84
1414

1515
## 2.0.0
1616

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Release Checklist
22

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

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

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

0 commit comments

Comments
 (0)