Skip to content

Commit

Permalink
Added handle_errors_async to exported from main package
Browse files Browse the repository at this point in the history
  • Loading branch information
dusktreader committed Jan 29, 2025
1 parent f777d34 commit 36b89a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## v5.0.1 - 2025-01-29
* Added `handle_errors_async` to exported list from base package

## v5.0.0 - 2025-01-29
* Dropped support for Python 3.8
* Updated some dependencies
Expand Down
2 changes: 2 additions & 0 deletions buzz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
enforce_defined,
get_traceback,
handle_errors,
handle_errors_async,
reformat_exception,
require_condition,
)
Expand All @@ -14,6 +15,7 @@
"Buzz",
"check_expressions",
"handle_errors",
"handle_errors_async",
"require_condition",
"enforce_defined",
"reformat_exception",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-buzz"
version = "5.0.0"
version = "5.0.1"
description = "\"That's not flying, it's falling with style\": Exceptions with extras"
authors = ["Tucker Beck <tucker.beck@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 36b89a4

Please sign in to comment.