-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[uniconfig] Add missing default parameters for optional inputs (#26)
Co-authored-by: Jozef Volak <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# 1.0.0 | ||
- Upgrade pydantic version to v2 | ||
|
||
# 1.0.1 | ||
- Add missing default value for optional inputs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ packages = [{ include = "frinx_worker" }] | |
name = "frinx-uniconfig-worker" | ||
description = "Conductor worker for Frinx Uniconfig" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"] | ||
keywords = ["frinx-machine", "uniconfig", "worker"] | ||
license = "Apache 2.0" | ||
|