Releases: travipross/env2bws
Releases · travipross/env2bws
v0.2.2
v0.2.1
Other
- enable build artifact publishing in CI
v0.2.0
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
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
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