Skip to content

Commit

Permalink
bump: version 1.4.5 → 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Investigamer committed Oct 18, 2024
1 parent b47b7f6 commit 2b28557
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.4.6 (2024-10-17)

### Fix

- **log**: No longer inject message during formatting step, ensure logger allows formatting tags by default
- **github**: Ensure correct repository name is provided in the return Path when downloading a repository

## 1.4.5 (2024-10-16)

### 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.5'
__version__ = '1.4.6'
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.5"
version = "1.4.6"
description = "Universal reusable Python utils for the modern human."
authors = ["Investigamer <[email protected]>"]
license = "MPL-2.0"
Expand Down Expand Up @@ -58,7 +58,7 @@ mypy = "^1.8.0"
pytest = "^8.0.0"

[tool.commitizen]
version = "1.4.5"
version = "1.4.6"
encoding = "utf-8"
tag_format = "$major.$minor.$patch"
update_changelog_on_bump = true
Expand Down

0 comments on commit 2b28557

Please sign in to comment.