You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
3
+
## 2.0.0
4
+
5
+
* Move 'blurb test' subcommand into test suite by @hugovk in https://github.com/python/blurb/pull/37
6
+
* Add support for Python 3.14 by @ezio-melotti in https://github.com/python/blurb/pull/40
7
+
* Validate gh-issue is int before checking range, and that gh-issue or bpo exists by @hugovk in https://github.com/python/blurb/pull/35
8
+
* Replace `safe_mkdir(path)` with `os.makedirs(path, exist_ok=True)` by @hugovk in https://github.com/python/blurb/pull/38
9
+
* Test version handling functions by @hugovk in https://github.com/python/blurb/pull/36
10
+
* CI: Lint and test via uv by @hugovk in https://github.com/python/blurb/pull/32
11
+
3
12
## 1.3.0
4
13
5
14
* Add support for Python 3.13 by @hugovk in https://github.com/python/blurb/pull/26
0 commit comments