-
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.
Merge remote-tracking branch 'origin/main'
- Loading branch information
Showing
8 changed files
with
572 additions
and
453 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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 0.8.0 - 2024-10-14 | ||
|
||
## Features | ||
|
||
* #52: Added timeout options for SLC deployer to CLI | ||
* #79 Added function `get_cli_arg` that makes a string CLI argument from an option and its value. | ||
Also allowed passing an option name instead of the `StdParams` in the following two functions: | ||
`create_std_option`, `check_params`. | ||
|
||
## Bug fixing | ||
|
||
* #78 Missing default value in the definition of `StdParams.path_in_bucket`. | ||
|
||
## Documentation | ||
|
||
* #81 Updated the documentation on the CLI commands, following the introduction of the standard | ||
CLI parameters. |
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,12 +1 @@ | ||
# Unreleased | ||
|
||
## Features | ||
|
||
* #52: Added timeout options for SLC deployer to CLI | ||
* #79 Added function `get_cli_arg` that makes a string CLI argument from an option and its value. | ||
Also allowed passing an option name instead of the `StdParams` in the following two functions: | ||
`create_std_option`, `check_params`. | ||
|
||
## Bug fixing | ||
|
||
* #78 Missing default value in the definition of `StdParams.path_in_bucket`. |
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
Oops, something went wrong.