8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdcbac2 + 350fb26 commit a0829f7Copy full SHA for a0829f7
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## 1.2.1
13
14
- Fix `python3 -m blurb`.
0 commit comments