Skip to content

Commit

Permalink
Update changelog for 2.0.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jan 15, 2025
2 parents df1ef06 + 0311da4 commit e7ea718
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.0.0

* Move 'blurb test' subcommand into test suite by @hugovk in https://github.com/python/blurb/pull/37
* Add support for Python 3.14 by @ezio-melotti in https://github.com/python/blurb/pull/40
* 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
* Replace `safe_mkdir(path)` with `os.makedirs(path, exist_ok=True)` by @hugovk in https://github.com/python/blurb/pull/38
* Test version handling functions by @hugovk in https://github.com/python/blurb/pull/36
* CI: Lint and test via uv by @hugovk in https://github.com/python/blurb/pull/32

## 1.3.0

* Add support for Python 3.13 by @hugovk in https://github.com/python/blurb/pull/26
Expand Down

0 comments on commit e7ea718

Please sign in to comment.