Releases: virtualtam/venom
Releases · virtualtam/venom
v1.1.0
v1.0.0 - Initial Release
Initial release.
Added
- Allow setting multiple configuration paths for Viper to look for configuration files
- Run Go linters with golangci-lint
Changed
- Refactor project as a package to be used as a library
- Refactor helper functions
- Cleanup example code and tests to avoid relying on global variables
- Bump the minimum Go version to 1.20 (to benefit from the new error helpers)
- Update documentation
- Update Github workflow to run linters, and run on tagged versions
Fixed
- Handle all errors