Skip to content

v0.2.0

Compare
Choose a tag to compare
@hgaiser hgaiser released this 05 Mar 20:31
· 46 commits to main since this release

Added

  • Certificate creation through code. This creates a certificate if none exists yet.
  • Github workflow.
  • VSCode launch.json file.

Removed

  • Unused dependencies.
  • Removed many unwrap calls.
  • Removed xml crate (replaced by simple String formatting).
  • Removed make-cert script (as this is now handled in code).

Changed