Skip to content

Commit

Permalink
bump: version 1.4.2 → 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Investigamer committed Oct 10, 2024
1 parent 88f833b commit 420c7a3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion omnitils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* Copyright (c) Hexproof Systems <[email protected]>
* LICENSE: Mozilla Public License 2.0
"""
__version__ = '1.4.2'
__version__ = '1.4.3'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MPL-2.0"
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit 420c7a3

Please sign in to comment.