Skip to content

Commit 350fb26

Browse files
committed
Update changelog for 1.3.0
1 parent bdcbac2 commit 350fb26

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.3.0
4+
5+
* Add support for Python 3.13 by @hugovk in https://github.com/python/blurb/pull/26
6+
* Drop support for Python 3.8 by @hugovk in https://github.com/python/blurb/pull/27
7+
* Generate digital attestations for PyPI (PEP 740) by @hugovk in https://github.com/python/blurb/pull/28
8+
* Allow running blurb test from blurb-* directories by @hroncok in https://github.com/python/blurb/pull/24
9+
* Add `version` subcommand by @hugovk in https://github.com/python/blurb/pull/29
10+
* Generate `__version__` at build to avoid slow `importlib.metadata` import by @hugovk in https://github.com/python/blurb/pull/30
11+
312
## 1.2.1
413

514
- Fix `python3 -m blurb`.

0 commit comments

Comments
 (0)