From b292cb0e2043d342a9798836144576ba2239046e Mon Sep 17 00:00:00 2001 From: Tucker Beck Date: Tue, 8 Oct 2024 16:38:45 -0700 Subject: [PATCH] Bumped version to 4.2.0 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f776a7..9f44f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/pyproject.toml b/pyproject.toml index a22af72..fefd2d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"