Skip to content

Commit

Permalink
Bumped version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dusktreader committed Oct 8, 2024
1 parent e7e58ce commit b292cb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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/).

## v4.2.0 - 2024-10-08

* Added `base_message` option to `DoExceptParams`.
* Changed `exc_builder` option to expect a new `ExcBuilderParams` class.
* Updated documentation.

## v4.1.0 - 2022-08-31

* Added `ignore_exc_class` option to `handle_errors`.
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 = "4.1.0"
version = "4.2.0"
description = "\"That's not flying, it's falling with style\": Exceptions with extras"
authors = ["Tucker Beck <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b292cb0

Please sign in to comment.