From 420c7a31709cea7b498bbf228aa1511b9e50559b Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 10 Oct 2024 18:16:56 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.4.2=20=E2=86=92=201.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ omnitils/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d740c..496d961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.4.3 (2024-10-10) + +### Fix + +- **typing**: Improve accuracy of defined types + +### Refactor + +- **schema**: Add "ArbitraryDictSchema", alternative for DictSchema that allows arbitrary types +- **cli/testing**: Use DisposableDir to generate temporary directory when testing github downloads + ## 1.4.2 (2024-10-01) ### Fix diff --git a/omnitils/__init__.py b/omnitils/__init__.py index 3fcc3a0..adb2227 100644 --- a/omnitils/__init__.py +++ b/omnitils/__init__.py @@ -4,4 +4,4 @@ * Copyright (c) Hexproof Systems * LICENSE: Mozilla Public License 2.0 """ -__version__ = '1.4.2' +__version__ = '1.4.3' diff --git a/pyproject.toml b/pyproject.toml index f16bfdd..3bfc459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "omnitils" -version = "1.4.2" +version = "1.4.3" description = "Universal reusable Python utils for the modern human." authors = ["Investigamer "] license = "MPL-2.0" @@ -54,7 +54,7 @@ mypy = "^1.8.0" pytest = "^8.0.0" [tool.commitizen] -version = "1.4.2" +version = "1.4.3" tag_format = "$major.$minor.$patch" update_changelog_on_bump = true version_files = [