Skip to content

Releases: travipross/env2bws

v0.2.2

02 Mar 18:06

Choose a tag to compare

Added

  • break out functionality for parsing individual env var

Fixed

  • re-export EnvVar struct from dotenv crate to preserve API compatibility
  • break out functionality to parse from str

v0.2.1

24 Feb 02:56
bc8e6e2

Choose a tag to compare

Other

  • enable build artifact publishing in CI

v0.2.0

24 Feb 02:07
b32774a

Choose a tag to compare

Added

  • [breaking] remove cli module from public API of crate
  • add option to prevent overwriting existing output files unless overridden

Fixed

  • give better error message when input file can't be found

Other

  • publish build artifacts as release assets
  • fix various typos in README and module documentation
  • report typos in Github Actions

v0.1.2

24 Feb 00:00

Choose a tag to compare

Added

  • expose as lib

Fixed

  • set keys to camelCase during import payload serialization
  • address lint errors from clippy

Other

  • populate missing docstrings throughout crate
  • update README with more detailed usage information
  • add test to assert validity of sample input and output in project
  • fix secret name in release-plz workflows
  • deny warnings in rust jobs
  • add check and lint jobs
  • pull pipeline secrets from BWS instead of storing in Github directly

v0.1.1

23 Feb 20:36
77516d6

Choose a tag to compare

Added

  • Initial Release

Fixed

  • Use color output for help

Other

  • add test coverage for all modules
  • Configure Github Actions for building and testing crate
  • Configure Github Actions for release-plz