Skip to content

0.0.2 - Basic parsing of stego.lock

Pre-release
Pre-release
Compare
Choose a tag to compare
@jgabaut jgabaut released this 28 Nov 22:53
· 38 commits to release since this release
c7c0399

What's Changed

  • Add AmbosoEnv struct definition
  • Add basic logic to parse stego.lock as toml
  • Add is_git_repo_clean() to check if working directory status when in git mode
  • Set git to true when not doing linter or gen_c_header and no other mode was specified
  • Return early on calls with -W

PR - feat: parse stego.lock to AmbosoEnv by @jgabaut

Full Changelog: 0.0.1...0.0.2