Skip to content

Commit

Permalink
chore(release): 🚀 1.10.3 [skip ci]
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and actions-user committed Jul 26, 2023
1 parent 439c2c8 commit 241192c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<!--next-version-placeholder-->

## v1.10.3 (2023-07-26)

### Fix

* **pipe:** Add logging details to save_dataset_to_disk function ([`74b1661`](https://github.com/entelecheia/hyfi/commit/74b1661a54b6f75c8ed72f68999113dbf86c65ec))
* **config:** Correct typo in workflow_name attribute, correct typo in workflow log message ([`cf3e579`](https://github.com/entelecheia/hyfi/commit/cf3e5791d2288fdd385b3404bb1932eee63ec0a0))
* **hyfi:** Modify debug configurations and logging levels, introduce new config files for hydra and info modes ([`cf62132`](https://github.com/entelecheia/hyfi/commit/cf621328480bfde2b1583fa887fb409d64876742))

## v1.10.2 (2023-07-26)

### Fix
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 = "hyfi"
version = "1.10.2"
version = "1.10.3"
description = "Hydra Fast Interface (Hydra and Pydantic based interface framework)"
authors = ["Young Joon Lee <entelecheia@hotmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/hyfi/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.10.2"
__version__ = "1.10.3"

0 comments on commit 241192c

Please sign in to comment.