-
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.
- Extend AmbosoEnv - Set AmbosoEnv field to return it from check_passed_args() - Add AmbosoMode - Stub handle_amboso_env() - Bump version to 0.0.3
- Loading branch information
Showing
5 changed files
with
274 additions
and
37 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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Changelog | ||
|
||
## [Unreleased] | ||
|
||
## [0.0.3] - 2023-11-30 | ||
|
||
### Added | ||
|
||
- AmbosoMode enum definition | ||
- Basic logic to set anvil_env/args value | ||
- Stub handle_amboso_env() | ||
|
||
### Fixed | ||
|
||
- Added changelog to repo | ||
|
||
### Changed | ||
|
||
- Extended AmbosoEnv, now includes runmode, selected ops, testmode and makemode support for the run | ||
- Moved some output to trace level | ||
- main() returns ExitCode | ||
- check_passed_args() returns Result<AmbosoEnv,String> | ||
|
||
## [0.0.2] - 2023-11-29 | ||
|
||
### Added | ||
|
||
- AmbosoEnv struct definition | ||
- Basic logic to parse amboso_dir/stego.lock as toml | ||
- is_git_repo_clean() to check if working dir status when in git mode | ||
|
||
### Fixed | ||
|
||
- Set args.git to true when no other runmode is specified | ||
|
||
### Changed | ||
|
||
- Return early on calls with warranty flag | ||
- Upgrade dependencies: clap 4.4.10 | ||
|
||
## [0.0.1] - 2023-11-28 | ||
|
||
### Added | ||
|
||
- Basic argument parsing that mostly complies with the bash implementation | ||
- Default for amboso directory ("./bin") |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.